IBracePairTag 인터페이스

정의

주의

Class has not been finalized and may change without warning.

ITag 중괄호 쌍의 위치를 나타내는 입니다.

[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
파생
특성
구현

속성

End
사용되지 않음.

닫는 중괄호의 위치입니다. 속성이 null이면 태그는 여는 중괄호만 있는 잘못된 중괄호 쌍 일치를 나타냅니다.

Start
사용되지 않음.

여는 중괄호의 위치입니다. 속성이 null이면 태그는 닫는 중괄호만 있는 잘못된 중괄호 쌍 일치를 나타냅니다.

적용 대상