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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.