Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: UInt32The document cookie.
options
Type: UInt32The save options.
Return Value
Type: array<Microsoft.VisualStudio.Shell.Interop.VSSAVETREEITEM[]
The items.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.