IContentTypeDefinitionSource::Definitions Property
Gets the content type definitions.
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
Show: