RunningDocumentTable.GetRelatedSaveTreeItems Method
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaración
Public Function GetRelatedSaveTreeItems ( _
cookie As UInteger, _
options As UInteger _
) As VSSAVETREEITEM()
public VSSAVETREEITEM[] GetRelatedSaveTreeItems(
uint cookie,
uint options
)
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.