IContentTypeRegistryService::UnknownContentType Property

 

Gets the "unknown" content type.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)

property IContentType^ UnknownContentType {
	IContentType^ get();
}

Property Value

Type: Microsoft.VisualStudio.Utilities::IContentType^

The "unknown" content type. This value is never null.

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

Return to top
Show: