次の方法で共有


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

'宣言
ReadOnly Property BaseDefinitions As IEnumerable(Of String)
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