Share via


PendingChangesItem.PendingChange Property

The Pending Change being wrapped. Can be null.

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

Syntax

'Declaration
Public Property PendingChange As PendingChange
public PendingChange PendingChange { get; private set; }
public:
property PendingChange^ PendingChange {
    PendingChange^ get ();
    private: void set (PendingChange^ value);
}
member PendingChange : PendingChange with get, private set
function get PendingChange () : PendingChange 
private function set PendingChange (value : PendingChange)

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.PendingChange
Returns PendingChange.

.NET Framework Security

See Also

Reference

PendingChangesItem Class

Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace