Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets all of the pending changes and candidate changes.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function GetPendingChangesWithCandidates ( _
    itemSpecs As ItemSpec(), _
    includeDownloadInfo As Boolean, _
    <OutAttribute> ByRef candidateChanges As PendingChange() _
) As PendingChange()
public PendingChange[] GetPendingChangesWithCandidates(
    ItemSpec[] itemSpecs,
    bool includeDownloadInfo,
    out PendingChange[] candidateChanges
)
public:
array<PendingChange^>^ GetPendingChangesWithCandidates(
    array<ItemSpec^>^ itemSpecs, 
    bool includeDownloadInfo, 
    [OutAttribute] array<PendingChange^>^% candidateChanges
)
member GetPendingChangesWithCandidates : 
        itemSpecs:ItemSpec[] * 
        includeDownloadInfo:bool * 
        candidateChanges:PendingChange[] byref -> PendingChange[] 
public function GetPendingChangesWithCandidates(
    itemSpecs : ItemSpec[], 
    includeDownloadInfo : boolean, 
    candidateChanges : PendingChange[]
) : PendingChange[]
Parameters
- itemSpecs 
 Type: array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]- The specifiers for each item, which may be on the server or a local computer. 
- includeDownloadInfo 
 Type: System.Boolean- true to include the information that is required to download files; false not to download the additional information. 
- candidateChanges 
 Type: array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]%- The pending changes. 
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
All of the pending changes and candidate changes.
.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.