ILayeredClassificationType.Layer Property
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.
The classification layer to which this classification belongs.
public:
property Microsoft::VisualStudio::Text::Classification::ClassificationLayer Layer { Microsoft::VisualStudio::Text::Classification::ClassificationLayer get(); };
public Microsoft.VisualStudio.Text.Classification.ClassificationLayer Layer { get; }
member this.Layer : Microsoft.VisualStudio.Text.Classification.ClassificationLayer
Public ReadOnly Property Layer As ClassificationLayer