共用方式為


IContentType.TypeName 屬性

取得內容類型的名稱。

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

語法

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

屬性值

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

備註

此名稱必須是唯一的而且不能nullnull 參考 (即 Visual Basic 中的 Nothing)。 對此名稱的比較不區分大小寫。

.NET Framework 安全性

請參閱

參考

IContentType 介面

Microsoft.VisualStudio.Utilities 命名空間