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