共用方式為


IExtensionContent.ContentTypeName 屬性

內容的類型。

命名空間:  Microsoft.VisualStudio.ExtensionManager
組件:  Microsoft.VisualStudio.ExtensionManager (在 Microsoft.VisualStudio.ExtensionManager.dll 中)

語法

'宣告
ReadOnly Property ContentTypeName As String
string ContentTypeName { get; }
property String^ ContentTypeName {
    String^ get ();
}
abstract ContentTypeName : string with get
function get ContentTypeName () : String

屬性值

類型:String
內容類型的名稱。

備註

雖然這個 API 支援擴充管理員的基礎結構,建議您不要使用它因為它有可能變更。

有效的傳回值對應的子系的名稱, 內容 VSIX 資訊清單中的項目。

.NET Framework 安全性

請參閱

參考

IExtensionContent 介面

Microsoft.VisualStudio.ExtensionManager 命名空間