__VSFPROPID4 Enumeration

Provides additional members for the __VSFPROPID enumeration.

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

Syntax

'Declaration
Public Enumeration __VSFPROPID4
public enum __VSFPROPID4
public enum class __VSFPROPID4
type __VSFPROPID4
public enum __VSFPROPID4

Members

Member name Description
VSFPROPID_Icon Retrieve an HICON resource if the document has one.
VSFPROPID_TabImage Retrieve an HBITMAP for the image to be displayed on a tab for this frame, the caller must cache and release this object.
VSFPROPID_Thumbnail Retrieve an HBITMAP thumbnail of the contents of the frame, the caller must cache and release this object, the image size is 200x200 pixels.
VSFPROPID_NavigationInterface Retrieve the navigation delegate for this frame.
VSFPROPID_NextCloneID Return the instance ID of the next available sibling clone.
VSFPROPID4_FIRST Return the instance ID of the next available sibling clone.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace