ILayeredClassificationType Interface
Definition
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.
A specialization of IClassificationType that includes a 'layer' designation.
public interface class ILayeredClassificationType : Microsoft::VisualStudio::Text::Classification::IClassificationType
public interface ILayeredClassificationType : Microsoft.VisualStudio.Text.Classification.IClassificationType
type ILayeredClassificationType = interface
interface IClassificationType
Public Interface ILayeredClassificationType
Implements IClassificationType
- Implements
Remarks
ILayeredClassificationType can be used instead of IClassificationType to enable one component's classifications to categorically supersede another's classifications.
Properties
BaseTypes |
Gets the classification types from which the current IClassificationType is derived. (Inherited from IClassificationType) |
Classification |
Gets the name of the classification type. (Inherited from IClassificationType) |
Layer |
The classification layer to which this classification belongs. |
Methods
IsOfType(String) |
Determines whether the current IClassificationType
derives from the classification type named |