IVsDataViewCaptionProvider 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
데이터 뷰 계층 구조의 노드에 대한 캡션 제어하는 기능을 나타냅니다.
public interface class IVsDataViewCaptionProvider
public interface IVsDataViewCaptionProvider
type IVsDataViewCaptionProvider = interface
Public Interface IVsDataViewCaptionProvider
메서드
GetCaption(Int32) |
서버 Explorer 지정된 노드의 캡션 검색합니다. |
GetEditableCaption(Int32) |
Server Explorer 지정된 노드의 편집할 수 있는 캡션 검색합니다. |
이벤트
CaptionChanged |
서버 Explorer 노드의 캡션 변경된 경우에 발생합니다. |