Workspace.GetPendingChangesWithCandidates Method (array<ItemSpec[], Boolean, array<String[], array<PendingChange %)

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, _
    itemPropertyFilters As String(), _
    <OutAttribute> ByRef candidateChanges As PendingChange() _
) As PendingChange()
public PendingChange[] GetPendingChangesWithCandidates(
    ItemSpec[] itemSpecs,
    bool includeDownloadInfo,
    string[] itemPropertyFilters,
    out PendingChange[] candidateChanges
)
public:
array<PendingChange^>^ GetPendingChangesWithCandidates(
    array<ItemSpec^>^ itemSpecs, 
    bool includeDownloadInfo, 
    array<String^>^ itemPropertyFilters, 
    [OutAttribute] array<PendingChange^>^% candidateChanges
)
member GetPendingChangesWithCandidates : 
        itemSpecs:ItemSpec[] * 
        includeDownloadInfo:bool * 
        itemPropertyFilters:string[] * 
        candidateChanges:PendingChange[] byref -> PendingChange[] 
public function GetPendingChangesWithCandidates(
    itemSpecs : ItemSpec[], 
    includeDownloadInfo : boolean, 
    itemPropertyFilters : String[], 
    candidateChanges : PendingChange[]
) : PendingChange[]

Parameters

  • includeDownloadInfo
    Type: System.Boolean

    true to include the information that is required to download files; false not to download the additional information.

  • itemPropertyFilters
    Type: array<System.String[]

    The property filter.

Return Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
All of the pending changes and candidate changes.

.NET Framework Security

See Also

Reference

Workspace Class

GetPendingChangesWithCandidates Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace