LanguagePreferences.HighlightMatchingBraceFlags, propriété
Obtient ou définit les balises pour mettre en surbrillance l'accolade correspondante.
Espace de noms : Microsoft.VisualStudio.Package
Assemblys : Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
Syntaxe
'Déclaration
Public Property HighlightMatchingBraceFlags As _HighlightMatchingBraceFlags
public _HighlightMatchingBraceFlags HighlightMatchingBraceFlags { get; set; }
Valeur de propriété
Type : Microsoft.VisualStudio.TextManager.Interop._HighlightMatchingBraceFlags
Une des valeurs de _HighlightMatchingBraceFlags.
Remarques
Cette propriété est associée à l'entrée du Registre HighlightMatchingBraceFlags.
Dans la propriété de base, même si cette propriété peut être définie, la valeur n'est pas écrite revient au Registre.La classe d'LanguagePreferences de base définit cette valeur à une valeur par défaut d'HMB_USERECTANGLEBRACES.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.