IBracePairTag Interface
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.
Caution
Class has not been finalized and may change without warning.
An ITag that denotes the location of a brace pair
[System.Obsolete("Class has not been finalized and may change without warning.")]
public interface IBracePairTag : Microsoft.VisualStudio.Text.Tagging.ITag
[<System.Obsolete("Class has not been finalized and may change without warning.")>]
type IBracePairTag = interface
interface ITag
Public Interface IBracePairTag
Implements ITag
- Derived
- Attributes
- Implements
Properties
End |
The location of the closing brace. When property is null, the tag indicates an invalid brace pair match with only an opening brace. |
Start |
The location of the opening brace. When property is null, the tag indicates an invalid brace pair match with only a closing brace. |