Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Individual per-item changes that are contained in this changeset
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property Changes As StreamingCollection(Of Change)
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>
Returns StreamingCollection<T>.
.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.