LanguagePreferences.HighlightMatchingBraceFlags Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the flags for highlighting matching braces.
public:
property Microsoft::VisualStudio::TextManager::Interop::_HighlightMatchingBraceFlags HighlightMatchingBraceFlags { Microsoft::VisualStudio::TextManager::Interop::_HighlightMatchingBraceFlags get(); void set(Microsoft::VisualStudio::TextManager::Interop::_HighlightMatchingBraceFlags value); };
public:
property Microsoft::VisualStudio::TextManager::Interop::_HighlightMatchingBraceFlags HighlightMatchingBraceFlags { Microsoft::VisualStudio::TextManager::Interop::_HighlightMatchingBraceFlags get(); void set(Microsoft::VisualStudio::TextManager::Interop::_HighlightMatchingBraceFlags value); };
public Microsoft.VisualStudio.TextManager.Interop._HighlightMatchingBraceFlags HighlightMatchingBraceFlags { get; set; }
member this.HighlightMatchingBraceFlags : Microsoft.VisualStudio.TextManager.Interop._HighlightMatchingBraceFlags with get, set
Public Property HighlightMatchingBraceFlags As _HighlightMatchingBraceFlags
Property Value
One of the _HighlightMatchingBraceFlags values.
Remarks
This property is associated with the registry entry HighlightMatchingBraceFlags
.
In the base property, even though this property can be set, the value is not written back to the registry. The base LanguagePreferences class sets this value to a default ofHMB_USERECTANGLEBRACES.