IAllPendingChangesExt.Changes Property

Get all pending changes.

Namespace:  Microsoft.TeamFoundation.VersionControl.Controls.Extensibility
Assembly:  Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)

Syntax

'Declaration
ReadOnly Property Changes As PendingChange()
PendingChange[] Changes { get; }
property array<PendingChange^>^ Changes {
    array<PendingChange^>^ get ();
}
abstract Changes : PendingChange[] with get
function get Changes () : PendingChange[]

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
Returns PendingChange.

.NET Framework Security

See Also

Reference

IAllPendingChangesExt Interface

Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace