IContentTypeDefinitionSource.Definitions Property

Definition

Content type definitions.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Utilities::IContentTypeDefinition ^> ^ Definitions { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Utilities::IContentTypeDefinition ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Utilities.IContentTypeDefinition> Definitions { get; }
member this.Definitions : seq<Microsoft.VisualStudio.Utilities.IContentTypeDefinition>
Public ReadOnly Property Definitions As IEnumerable(Of IContentTypeDefinition)

Property Value

The content type definitions

Applies to