IContentTypeRegistryService.UnknownContentType Property

Definition

Gets the "unknown" content type.

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

Property Value

This value is never null.

Remarks

The "unknown" content type indicates that the content type cannot be determined.

Applies to