PendingSet.PendingChanges Property

This is the list of changes associated with this pending set.

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)> _
Public Property PendingChanges As StreamingCollection(Of PendingChange)
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public StreamingCollection<PendingChange> PendingChanges { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property StreamingCollection<PendingChange^>^ PendingChanges {
    StreamingCollection<PendingChange^>^ get ();
    void set (StreamingCollection<PendingChange^>^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
member PendingChanges : StreamingCollection<PendingChange> with get, set
function get PendingChanges () : StreamingCollection<PendingChange>
function set PendingChanges (value : StreamingCollection<PendingChange>)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<PendingChange>
Returns StreamingCollection<T>.

.NET Framework Security

See Also

Reference

PendingSet Class

Microsoft.TeamFoundation.VersionControl.Server Namespace