다음을 통해 공유


IVsLayeredTextView 인터페이스

보기 사용 하 여 텍스트 레이어를 상호 작용할 수 있습니다.

네임스페이스:  Microsoft.VisualStudio.TextManager.Interop
어셈블리:  Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)

구문

‘선언
<GuidAttribute("60BD661B-133C-4B5C-A335-4B174C5A352F")> _
<InterfaceTypeAttribute()> _
Public Interface IVsLayeredTextView
[GuidAttribute("60BD661B-133C-4B5C-A335-4B174C5A352F")]
[InterfaceTypeAttribute()]
public interface IVsLayeredTextView
[GuidAttribute(L"60BD661B-133C-4B5C-A335-4B174C5A352F")]
[InterfaceTypeAttribute()]
public interface class IVsLayeredTextView
[<GuidAttribute("60BD661B-133C-4B5C-A335-4B174C5A352F")>]
[<InterfaceTypeAttribute()>]
type IVsLayeredTextView =  interface end
public interface IVsLayeredTextView

IVsLayeredTextView 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 GetRelativeSelectionState 지정 된 레이어를 기준으로 선택 영역을 가져옵니다.
Public 메서드 GetSelectedAtom 클라이언트 선택 "에서" 원자 개체 되 면 알려 줍니다.
Public 메서드 GetTopmostLayer
Public 메서드 SetRelativeSelectionState 지정 된 레이어를 기준으로 선택 영역을 설정합니다.

위쪽

설명

이 인터페이스는 텍스트 보기에서 구현 됩니다. 기본적으로이 인터페이스의 메서드는 상위 뷰 레이어에서 작동합니다.

참고 항목

참조

Microsoft.VisualStudio.TextManager.Interop 네임스페이스