IContentTypeRegistryService.UnknownContentType 属性

定义

获取 "unknown" 内容类型。

public:
 property Microsoft::VisualStudio::Utilities::IContentType ^ UnknownContentType { Microsoft::VisualStudio::Utilities::IContentType ^ get(); };
public:
 property Microsoft::VisualStudio::Utilities::IContentType ^ UnknownContentType { Microsoft::VisualStudio::Utilities::IContentType ^ get(); };
public Microsoft.VisualStudio.Utilities.IContentType UnknownContentType { get; }
member this.UnknownContentType : Microsoft.VisualStudio.Utilities.IContentType
Public ReadOnly Property UnknownContentType As IContentType

属性值

IContentType

此值决不能为 null。

注解

"Unknown" 内容类型指示无法确定内容类型。

适用于