IVsWindowFrame3 Interface

Definition

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.

public interface class IVsWindowFrame3
public interface class IVsWindowFrame3
__interface IVsWindowFrame3
[System.Runtime.InteropServices.Guid("B2C3D311-2599-4CE1-9967-F224D99D374B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowFrame3
[<System.Runtime.InteropServices.Guid("B2C3D311-2599-4CE1-9967-F224D99D374B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWindowFrame3 = interface
Public Interface IVsWindowFrame3
Attributes

Methods

CreateThumbnail(Int32, Int32, IntPtr)

Creates a new thumbnail with the best fit possible within the bounds of the provided width and height.

Applies to