Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the classification types from which the current IClassificationType is derived.
Namespace: Microsoft.VisualStudio.Text.Classification
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
ReadOnly Property BaseTypes As IEnumerable(Of IClassificationType)
IEnumerable<IClassificationType> BaseTypes { get; }
property IEnumerable<IClassificationType^>^ BaseTypes {
IEnumerable<IClassificationType^>^ get ();
}
abstract BaseTypes : IEnumerable<IClassificationType>
function get BaseTypes () : IEnumerable<IClassificationType>
Property Value
Type: System.Collections.Generic.IEnumerable<IClassificationType>
The base classification types
Remarks
This value is never null, though it may be the empty set.
.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.