RunningDocumentTable.GetRelatedSaveTreeItems(UInt32, UInt32) Method

Definition

Gets an array of save tree items.

public:
 cli::array <Microsoft::VisualStudio::Shell::Interop::VSSAVETREEITEM> ^ GetRelatedSaveTreeItems(System::UInt32 cookie, System::UInt32 options);
std::Array <Microsoft::VisualStudio::Shell::Interop::VSSAVETREEITEM> GetRelatedSaveTreeItems(unsigned int cookie, unsigned int options);
public Microsoft.VisualStudio.Shell.Interop.VSSAVETREEITEM[] GetRelatedSaveTreeItems (uint cookie, uint options);
member this.GetRelatedSaveTreeItems : uint32 * uint32 -> Microsoft.VisualStudio.Shell.Interop.VSSAVETREEITEM[]
Public Function GetRelatedSaveTreeItems (cookie As UInteger, options As UInteger) As VSSAVETREEITEM()

Parameters

cookie
UInt32

The document cookie.

options
UInt32

The save options.

Returns

The items.

Applies to