Creates an array of ItemSpecs out of an array of PendingChanges.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
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[]
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
An array of ItemSpecs that contains information from the PendingChanges.
.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.