Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Provides additional members for the __VSFPROPID enumeration.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
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_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. |