IVsWindowFrame3 Interface

Implemented by the Visual Studio shell on the IVsWindowFrame objects that represent tool windows and document windows. This interface may be retrieved by QueryInterface from an IVsWindowFrame object.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("B2C3D311-2599-4CE1-9967-F224D99D374B")> _
Public Interface IVsWindowFrame3
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("B2C3D311-2599-4CE1-9967-F224D99D374B")]
public interface IVsWindowFrame3
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"B2C3D311-2599-4CE1-9967-F224D99D374B")]
public interface class IVsWindowFrame3
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("B2C3D311-2599-4CE1-9967-F224D99D374B")>]
type IVsWindowFrame3 =  interface end
public interface IVsWindowFrame3

The IVsWindowFrame3 type exposes the following members.

Methods

  Name Description
Public method CreateThumbnail Creates a new thumbnail with the best fit possible within the bounds of the provided width and height.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace