内容的类型。
命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。