PendingSet.CandidatePendingChanges Property

Gets a read only collection of pending changes associated with the set.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public ReadOnly Property CandidatePendingChanges As ReadOnlyCollection(Of PendingChange)
public ReadOnlyCollection<PendingChange> CandidatePendingChanges { get; }
public:
property ReadOnlyCollection<PendingChange^>^ CandidatePendingChanges {
    ReadOnlyCollection<PendingChange^>^ get ();
}
member CandidatePendingChanges : ReadOnlyCollection<PendingChange> with get
function get CandidatePendingChanges () : ReadOnlyCollection<PendingChange>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<PendingChange>
A read only collection of pending changes associated with the set.

.NET Framework Security

See Also

Reference

PendingSet Class

Microsoft.TeamFoundation.VersionControl.Client Namespace