This documentation is archived and is not being maintained.
PendingChange::ToLocalItems Method
Visual Studio 2013
Gets an array of local 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^>^ ToLocalItems( array<PendingChange^>^ pendingChanges )
Parameters
- pendingChanges
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::PendingChange>
- 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: