Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Exports all data that is stored in the database global lists to an XmlDocument.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Function ExportGlobalLists As XmlDocument
public XmlDocument ExportGlobalLists()
public:
XmlDocument^ ExportGlobalLists()
member ExportGlobalLists : unit -> XmlDocument
public function ExportGlobalLists() : XmlDocument
Return Value
Type: System.Xml.XmlDocument
Returns an XmlDocument that has all global lists.
.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.