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