IClassificationType.BaseTypes Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the classification types from which the current IClassificationType is derived.
C++
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Classification::IClassificationType ^> ^ BaseTypes { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Classification::IClassificationType ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Text.Classification.IClassificationType> BaseTypes { get; }
member this.BaseTypes : seq<Microsoft.VisualStudio.Text.Classification.IClassificationType>
Public ReadOnly Property BaseTypes As IEnumerable(Of IClassificationType)
This value is never null
, though it may be the empty set.
This value is never null
, though it may be the empty set.
Produkt | Verzie |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |