IVsWindowFrame3 Interface
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'宣告
<GuidAttribute("B2C3D311-2599-4CE1-9967-F224D99D374B")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsWindowFrame3
'用途
Dim instance As IVsWindowFrame3
[GuidAttribute("B2C3D311-2599-4CE1-9967-F224D99D374B")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowFrame3
[GuidAttribute(L"B2C3D311-2599-4CE1-9967-F224D99D374B")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsWindowFrame3
[<GuidAttribute("B2C3D311-2599-4CE1-9967-F224D99D374B")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWindowFrame3 = interface end
public interface IVsWindowFrame3