IStandardClassificationService.ExcludedCode Property

Definition

Gets a classification type representing blocks excluded by the preprocessor or other means in a formal language.

public:
 property Microsoft::VisualStudio::Text::Classification::IClassificationType ^ ExcludedCode { Microsoft::VisualStudio::Text::Classification::IClassificationType ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Classification::IClassificationType ^ ExcludedCode { Microsoft::VisualStudio::Text::Classification::IClassificationType ^ get(); };
public Microsoft.VisualStudio.Text.Classification.IClassificationType ExcludedCode { get; }
member this.ExcludedCode : Microsoft.VisualStudio.Text.Classification.IClassificationType
Public ReadOnly Property ExcludedCode As IClassificationType

Property Value

The excluded code block classification type.

Applies to