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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace