Share via


PendingChangesItem.IsPendingChange Property

True if wraps an actual pending change.

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

Syntax

'Declaration
Public ReadOnly Property IsPendingChange As Boolean
public bool IsPendingChange { get; }
public:
property bool IsPendingChange {
    bool get ();
}
member IsPendingChange : bool with get
function get IsPendingChange () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

PendingChangesItem Class

Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace