RunningDocumentTable.GetRelatedSaveTreeItems(UInt32, UInt32) Method
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.
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.