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
- 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.VisualStudio.TeamFoundation.VersionControl Namespace