VSSAVETREEITEM Structure

 

Specifies save options for a tree-view item.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

public struct VSSAVETREEITEM

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfielddocCookie

Handle of the document in the Running Document Table.

System_CAPS_pubfieldgrfSave

Specifies save options for a document in the running document table (RDT). For a list of values, see __VSRDTSAVEOPTIONS.

System_CAPS_pubfielditemid

Identifier of the hierarchy item. For a list of itemid values, see VSITEMID.

System_CAPS_pubfieldpHier

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.

Return to top
Show: