IStandardClassificationService.ExcludedCode Property

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

Namespace:  Microsoft.VisualStudio.Language.StandardClassification
Assembly:  Microsoft.VisualStudio.Language.StandardClassification (in Microsoft.VisualStudio.Language.StandardClassification.dll)

Syntax

'Declaration
ReadOnly Property ExcludedCode As IClassificationType
IClassificationType ExcludedCode { get; }
property IClassificationType^ ExcludedCode {
    IClassificationType^ get ();
}
abstract ExcludedCode : IClassificationType
function get ExcludedCode () : IClassificationType

Property Value

Type: Microsoft.VisualStudio.Text.Classification.IClassificationType
The excluded code block classification type.

.NET Framework Security

See Also

Reference

IStandardClassificationService Interface

Microsoft.VisualStudio.Language.StandardClassification Namespace