PendingChangesItem Class
Extensibility object for selected items in changes section view.
Wraps for selected items in changes section of Pending Changes Page.
This wraps selected items that might be a pending change or a placeholder folder.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.VersionControl.Controls.Extensibility.PendingChangesItem
Namespace: Microsoft.TeamFoundation.VersionControl.Controls.Extensibility
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Class PendingChangesItem
public class PendingChangesItem
public ref class PendingChangesItem
type PendingChangesItem = class end
public class PendingChangesItem
The PendingChangesItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsPendingChange | True if wraps an actual pending change. | |
ItemPath | The local path for this item | |
PendingChange | The Pending Change being wrapped. Can be null. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace