__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)

public enum __VSFPROPID4

Member nameDescription
VSFPROPID_Icon

Retrieve an HICON resource if the document has one.

VSFPROPID_NavigationInterface

Retrieve the navigation delegate for this frame.

VSFPROPID_NextCloneID

Return the instance ID of the next available sibling clone.

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.

VSFPROPID4_FIRST

Return the instance ID of the next available sibling clone.

Return to top
Show: