Condividi tramite


Proprietà IContentTypeDefinitionSource.Definitions

ottiene le definizioni di tipo di contenuto.

Spazio dei nomi:  Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)

Sintassi

'Dichiarazione
ReadOnly Property Definitions As IEnumerable(Of IContentTypeDefinition)
IEnumerable<IContentTypeDefinition> Definitions { get; }
property IEnumerable<IContentTypeDefinition^>^ Definitions {
    IEnumerable<IContentTypeDefinition^>^ get ();
}
abstract Definitions : IEnumerable<IContentTypeDefinition> with get
function get Definitions () : IEnumerable<IContentTypeDefinition>

Valore proprietà

Tipo: IEnumerable<IContentTypeDefinition>
le definizioni di tipo di contenuto

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IContentTypeDefinitionSource Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Utilities