IContentTypeDefinition::BaseDefinitions Property

 

Gets the case-insensitive names of the base types of the content type.

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

property IEnumerable<String^>^ BaseDefinitions {
	IEnumerable<String^>^ get();
}

Property Value

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

The case-insensitive names of the base types of the content type. This value may be of zero length.

Return to top
Show: