IContentTypeRegistryService.UnknownContentType, propriété

Obtient le type de contenu « inconnu ».

Espace de noms :  Microsoft.VisualStudio.Utilities
Assembly :  Microsoft.VisualStudio.CoreUtility (dans Microsoft.VisualStudio.CoreUtility.dll)

Syntaxe

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

Valeur de propriété

Type : Microsoft.VisualStudio.Utilities.IContentType
Le type de contenu « inconnu ».Cette valeur n'est jamais Null.

Notes

Le type de contenu « inconnu » indique que le type de contenu ne peut pas être déterminé.

Sécurité .NET Framework

Voir aussi

Référence

IContentTypeRegistryService Interface

Microsoft.VisualStudio.Utilities, espace de noms