Freigeben über


IContentTypeRegistryService.UnknownContentType-Eigenschaft

Ruft den Inhaltstyp "Unknown" ab.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.Utilities.IContentType
Der Inhaltstyp“ Unbekannte „.Dieser Wert ist nie NULL.

Hinweise

Der Inhaltstyp“ Unbekannte „gibt an, dass der Inhaltstyp nicht bestimmt werden kann.

.NET Framework-Sicherheit

Siehe auch

Referenz

IContentTypeRegistryService Schnittstelle

Microsoft.VisualStudio.Utilities-Namespace