This documentation is archived and is not being maintained.
PendingChange::ToServerItems Method
Visual Studio 2013
Gets an array of server item paths from an array of pending changes.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: static array<String^>^ ToServerItems( array<PendingChange^>^ pendingChanges )
Parameters
- pendingChanges
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::PendingChange>
Array of PendingChange objects for which the server paths are desired.
- 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.
Show: