Condividi tramite


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)

Syntax

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

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.

.NET Framework Security

See Also

Reference

IContentTypeDefinition Interface

Microsoft.VisualStudio.Utilities Namespace