Condividi tramite


Proprietà LanguagePreferences.EnableMatchBraces

Ottiene o imposta indipendentemente dal fatto che le parentesi graffe corrispondenti sono supportate.

Spazio dei nomi:  Microsoft.VisualStudio.Package
Assembly:   Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Sintassi

'Dichiarazione
Public Property EnableMatchBraces As Boolean
public bool EnableMatchBraces { get; set; }

Valore proprietà

Tipo: System.Boolean
true se corrispondente parentesi graffe sono supportate in caso contrario, false.

Note

Questa proprietà è associata alla voce del Registro di sistema MatchBraces.

Nel metodo di base, anche se questa proprietà può essere impostata, il valore non è scritto nuovamente al Registro di sistema.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

LanguagePreferences Classe

Spazio dei nomi Microsoft.VisualStudio.Package