RunningDocumentTable::GetRelatedSaveTreeItems Method (UInt32, UInt32)

 

Gets an array of save tree items.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
array<VSSAVETREEITEM>^ GetRelatedSaveTreeItems(
	unsigned int cookie,
	unsigned int options
)

Parameters

cookie
Type: System::UInt32

The document cookie.

options
Type: System::UInt32

The save options.

Return Value

Type: array<Microsoft.VisualStudio.Shell.Interop::VSSAVETREEITEM>^

The items.

Return to top
Show: