This documentation is archived and is not being maintained.

PendingChange::ToLocalItems Method

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
)

Return Value

Type: array<System::String>
An array of local item paths.

Skips any PendingChanges where LocalItem is null.

Show: