IVsCodeWindow2 Interface
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.12.0 (in Microsoft.VisualStudio.TextManager.Interop.12.0.dll)
Syntax
'Declaration
<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
The IVsCodeWindow2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetContainingCodeWindow | ||
GetEmbeddedCodeWindow | ||
GetEmbeddedCodeWindowCount |
Top