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
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.Booleantrue 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.
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.