Condividi tramite


IContentTypeRegistryService.UnknownContentType Property

Gets the "unknown" content type.

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

Syntax

'Dichiarazione
ReadOnly Property UnknownContentType As IContentType
    Get
IContentType UnknownContentType { get; }
property IContentType^ UnknownContentType {
    IContentType^ get ();
}
abstract UnknownContentType : IContentType
function get UnknownContentType () : IContentType

Property Value

Type: Microsoft.VisualStudio.Utilities.IContentType
The "unknown" content type. This value is never null.

Remarks

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

.NET Framework Security

See Also

Reference

IContentTypeRegistryService Interface

Microsoft.VisualStudio.Utilities Namespace