VersionControlExt.PendingChanges Property

Returns an object that represents Pending Changes.

Note that the underlying toolwindow may not be there (yet).

Use the Created event to be notified when the underlying toolwindow is created.

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

Syntax

'Declaration
Public ReadOnly Property PendingChanges As PendingChangesExt
public PendingChangesExt PendingChanges { get; }
public:
property PendingChangesExt^ PendingChanges {
    PendingChangesExt^ get ();
}
member PendingChanges : PendingChangesExt with get
function get PendingChanges () : PendingChangesExt

Property Value

Type: Microsoft.VisualStudio.TeamFoundation.VersionControl.PendingChangesExt
Returns PendingChangesExt.

.NET Framework Security

See Also

Reference

VersionControlExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace