ItemSpec.FromPendingChanges Method
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)
Syntax
'Declaration
Public Shared Function FromPendingChanges ( _
pendingChanges As PendingChange() _
) As ItemSpec()
public static ItemSpec[] FromPendingChanges(
PendingChange[] pendingChanges
)
public:
static array<ItemSpec^>^ FromPendingChanges(
array<PendingChange^>^ pendingChanges
)
static member FromPendingChanges :
pendingChanges:PendingChange[] -> ItemSpec[]
public static function FromPendingChanges(
pendingChanges : PendingChange[]
) : ItemSpec[]
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.
.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.