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)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("B2C3D311-2599-4CE1-9967-F224D99D374B")]
public interface IVsWindowFrame3

NameDescription
System_CAPS_pubmethodCreateThumbnail(Int32, Int32, IntPtr)

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

Return to top
Show: