Condividi tramite


IContentTypeDefinitionSource.Definitions Property

Gets the content type definitions.

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

Syntax

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

Property Value

Type: System.Collections.Generic.IEnumerable<IContentTypeDefinition>
The content type definitions

.NET Framework Security

See Also

Reference

IContentTypeDefinitionSource Interface

Microsoft.VisualStudio.Utilities Namespace