Share via


RunningDocumentTable.GetRelatedSaveTreeItems Method

Gets an array of save tree items.

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

Syntax

'Declaration
Public Function GetRelatedSaveTreeItems ( _
    cookie As UInteger, _
    options As UInteger _
) As VSSAVETREEITEM()
public VSSAVETREEITEM[] GetRelatedSaveTreeItems(
    uint cookie,
    uint options
)
public:
array<VSSAVETREEITEM>^ GetRelatedSaveTreeItems(
    unsigned int cookie, 
    unsigned int options
)
member GetRelatedSaveTreeItems : 
        cookie:uint32 * 
        options:uint32 -> VSSAVETREEITEM[] 
public function GetRelatedSaveTreeItems(
    cookie : uint, 
    options : uint
) : VSSAVETREEITEM[]

Parameters

  • cookie
    Type: UInt32

    The document cookie.

  • options
    Type: UInt32

    The save options.

Return Value

Type: array<Microsoft.VisualStudio.Shell.Interop.VSSAVETREEITEM[]
The items.

.NET Framework Security

See Also

Reference

RunningDocumentTable Class

Microsoft.VisualStudio.Shell Namespace