VSSAVETREEITEM Struct

Definition

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 itemid values, see VSITEMID.

pHier

An IVsHierarchy object.

Applies to