Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets an array of Change objects that comprise this changeset.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property Changes As Change()
Get
Set
public Change[] Changes { get; set; }
public:
property array<Change^>^ Changes {
array<Change^>^ get ();
void set (array<Change^>^ value);
}
member Changes : Change[] with get, set
function get Changes () : Change[]
function set Changes (value : Change[])
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.Change[]
An array of Change objects that comprise this changeset.
.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.