VSSAVETREEITEM Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies save options for a tree-view item.
public value class VSSAVETREEITEM
struct VSSAVETREEITEM
public struct VSSAVETREEITEM
type VSSAVETREEITEM = struct
Public Structure VSSAVETREEITEM
- Inheritance
-
VSSAVETREEITEM
Remarks
Either a docCookie
or pHier/itemid
pair should be specified.
Fields
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 |
pHier |
An IVsHierarchy object. |