IInstallableExtension.SignedBy 属性

对该扩展的实体。

命名空间:  Microsoft.VisualStudio.ExtensionManager
程序集:  Microsoft.VisualStudio.ExtensionManager(在 Microsoft.VisualStudio.ExtensionManager.dll 中)

语法

声明
ReadOnly Property SignedBy As String
string SignedBy { get; }
property String^ SignedBy {
    String^ get ();
}
abstract SignedBy : string with get
function get SignedBy () : String

属性值

类型:String
对该扩展实体的名称或 nullnull 引用(在 Visual Basic 中为 Nothing) ,如果扩展进行签名。

备注

尽管此 API 支持 扩展管理器 基础结构,不建议使用它,因为它可能会发生更改。

.NET Framework 安全性

请参阅

参考

IInstallableExtension 接口

Microsoft.VisualStudio.ExtensionManager 命名空间