IVsCodeWindow2 接口

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop.12.0(在 Microsoft.VisualStudio.TextManager.Interop.12.0.dll 中)

语法

声明
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("81A91FB7-7625-461A-8A9C-B1CC701ECCC5")> _
Public Interface IVsCodeWindow2
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("81A91FB7-7625-461A-8A9C-B1CC701ECCC5")]
public interface IVsCodeWindow2
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"81A91FB7-7625-461A-8A9C-B1CC701ECCC5")]
public interface class IVsCodeWindow2
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("81A91FB7-7625-461A-8A9C-B1CC701ECCC5")>]
type IVsCodeWindow2 =  interface end
public interface IVsCodeWindow2

IVsCodeWindow2 类型公开以下成员。

方法

  名称 说明
公共方法 GetContainingCodeWindow
公共方法 GetEmbeddedCodeWindow
公共方法 GetEmbeddedCodeWindowCount

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间