다음을 통해 공유


IVsTextView3 인터페이스

Contains methods to manage the text view.

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

구문

‘선언
<GuidAttribute("DC5CECDF-26BF-4014-BF54-A6D3636A83EF")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsTextView3
[GuidAttribute("DC5CECDF-26BF-4014-BF54-A6D3636A83EF")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTextView3
[GuidAttribute(L"DC5CECDF-26BF-4014-BF54-A6D3636A83EF")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsTextView3
[<GuidAttribute("DC5CECDF-26BF-4014-BF54-A6D3636A83EF")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTextView3 =  interface end
public interface IVsTextView3

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

메서드

  이름 설명
Public 메서드 AddProjectionAwareCommandFilter Adds a command filter which will be called even when the view selection or caret does not map to the underlying buffer.
Public 메서드 DoesViewSupportRole Determines whether the view supports the specified role.
Public 메서드 GetCanCaretAndSelectionMapToSurfaceBuffer Determines whether the view selection and caret can map to the underlying text buffer.

위쪽

참고 항목

참조

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