IContentTypeDefinitionSource::Definitions Property

 

Gets the content type definitions.

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

property IEnumerable<IContentTypeDefinition^>^ Definitions {
	IEnumerable<IContentTypeDefinition^>^ get();
}

Property Value

Type: System.Collections.Generic::IEnumerable<IContentTypeDefinition^>^

The content type definitions

Return to top
Show: