VSSAVETREEITEM Structure
Visual Studio 2015
Specifies save options for a tree-view item.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | docCookie | Handle of the document in the Running Document Table. |
![]() | grfSave | Specifies save options for a document in the running document table (RDT). For a list of values, see __VSRDTSAVEOPTIONS. |
![]() | itemid | Identifier of the hierarchy item. For a list of itemid values, see VSITEMID. |
![]() | pHier | An IVsHierarchy object. |
Either a docCookie or pHier/itemid pair should be specified.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

