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
Public property IsPendingChange True if wraps an actual pending change.
Public property ItemPath The local path for this item
Public property PendingChange The Pending Change being wrapped. Can be null.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method 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