IClassificationType::IsOfType Method (String^)
Visual Studio 2015
Determines whether the current IClassificationType derives from the classification type named type.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Parameters
- type
-
Type:
System::String^
The name of the base classification type.
Return Value
Type: System::Booleantrue if the current classification type derives from the one identified by type, otherwise false.
Show: