RunningDocumentTable.GetRelatedSaveTreeItems Method
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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: System.UInt32
- options
Type: System.UInt32
Return Value
Type: array<Microsoft.VisualStudio.Shell.Interop.VSSAVETREEITEM[]
.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.