共用方式為


IContentTypeRegistryService.UnknownContentType 屬性

取得 "unknown" 內容類型。

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

語法

'宣告
ReadOnly Property UnknownContentType As IContentType
IContentType UnknownContentType { get; }
property IContentType^ UnknownContentType {
    IContentType^ get ();
}
abstract UnknownContentType : IContentType with get
function get UnknownContentType () : IContentType

屬性值

類型:Microsoft.VisualStudio.Utilities.IContentType
"未知"的內容類型。這個值絕不會是 null。

備註

"未知"的內容型別表示的內容類型都無法判斷。

.NET Framework 安全性

請參閱

參考

IContentTypeRegistryService 介面

Microsoft.VisualStudio.Utilities 命名空間