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 类型公开以下成员。

方法

  名称 说明
公共方法 AddProjectionAwareCommandFilter Adds a command filter which will be called even when the view selection or caret does not map to the underlying buffer.
公共方法 DoesViewSupportRole Determines whether the view supports the specified role.
公共方法 GetCanCaretAndSelectionMapToSurfaceBuffer Determines whether the view selection and caret can map to the underlying text buffer.

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间