Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
ReadOnly Property BaseDefinitions As IEnumerable(Of String)
IEnumerable<string> BaseDefinitions { get; }
property IEnumerable<String^>^ BaseDefinitions {
IEnumerable<String^>^ get ();
}
abstract BaseDefinitions : IEnumerable<string> with get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.