Share via


Changeset.Changes Property

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

Syntax

'宣言
Public Property Changes As StreamingCollection(Of Change)
    Get
    Set
public StreamingCollection<Change> Changes { get; set; }
public:
property StreamingCollection<Change^>^ Changes {
    StreamingCollection<Change^>^ get ();
    void set (StreamingCollection<Change^>^ value);
}
member Changes : StreamingCollection<Change> with get, set
function get Changes () : StreamingCollection<Change>
function set Changes (value : StreamingCollection<Change>)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Change>

.NET Framework Security

See Also

Reference

Changeset Class

Microsoft.TeamFoundation.VersionControl.Server Namespace