Partager via


IStandardClassificationService.ExcludedCode, propriété

Obtient un type de classification qui représente des blocs exclus par le préprocesseur ou d'autres moyens dans un langage formel.

Espace de noms :  Microsoft.VisualStudio.Language.StandardClassification
Assembly :  Microsoft.VisualStudio.Language.StandardClassification (dans Microsoft.VisualStudio.Language.StandardClassification.dll)

Syntaxe

'Déclaration
ReadOnly Property ExcludedCode As IClassificationType
IClassificationType ExcludedCode { get; }
property IClassificationType^ ExcludedCode {
    IClassificationType^ get ();
}
abstract ExcludedCode : IClassificationType with get
function get ExcludedCode () : IClassificationType

Valeur de propriété

Type : Microsoft.VisualStudio.Text.Classification.IClassificationType
Le type exclu de classification de bloc de code.

Sécurité .NET Framework

Voir aussi

Référence

IStandardClassificationService Interface

Microsoft.VisualStudio.Language.StandardClassification, espace de noms