Share via


PendingChangesExt.IncludedChanges Property

Get the included pending changes

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

Syntax

'Declaration
Public ReadOnly Property IncludedChanges As PendingChange()
public PendingChange[] IncludedChanges { get; }
public:
virtual property array<PendingChange^>^ IncludedChanges {
    array<PendingChange^>^ get () sealed;
}
abstract IncludedChanges : PendingChange[] with get 
override IncludedChanges : PendingChange[] with get
final function get IncludedChanges () : PendingChange[]

Property Value

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

Implements

IPendingChangesExt.IncludedChanges

.NET Framework Security

See Also

Reference

PendingChangesExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace