This documentation is archived and is not being maintained.
ItemSpec::FromPendingChanges Method
Visual Studio 2013
Creates an array of ItemSpec objects out of an array of PendingChanges objects.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: static array<ItemSpec^>^ FromPendingChanges( array<PendingChange^>^ pendingChanges )
Parameters
- pendingChanges
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::PendingChange>
An array of objects.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client::ItemSpec>An array of ItemSpec objects that contain information from the PendingChanges objects.
- 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: