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
- 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