PendingChangesExt Class

Represents the Pending Changes tool window.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlBaseExt
    Microsoft.VisualStudio.TeamFoundation.VersionControl.PendingChangesExt

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public NotInheritable Class PendingChangesExt _
    Inherits VersionControlBaseExt _
    Implements IPendingChangesExt, INotifyPropertyChanged
public sealed class PendingChangesExt : VersionControlBaseExt, 
    IPendingChangesExt, INotifyPropertyChanged
public ref class PendingChangesExt sealed : public VersionControlBaseExt, 
    IPendingChangesExt, INotifyPropertyChanged
[<Sealed>]
type PendingChangesExt =  
    class 
        inherit VersionControlBaseExt 
        interface IPendingChangesExt 
        interface INotifyPropertyChanged 
    end
public final class PendingChangesExt extends VersionControlBaseExt implements IPendingChangesExt, INotifyPropertyChanged

The PendingChangesExt type exposes the following members.

Properties

  Name Description
Public property CheckedItems Obsolete. Get the included pending changes.
Public property CheckinComment Get the checkin comment.
Public property CheckinNote Get the checkin note.
Public property ExcludedChanges Get the excluded pending changes
Public property ExcludedChangesFilterText Get the excluded changes text filter
Public property FilterBy Get the filtering options applied to include / exclude lists.
Public property FilteredExcludedChanges Get the current filtered excluded pending changes after the text filter (if any) is applied.
Public property FilteredIncludedChanges Get the current filtered included pending changes after the text filter (if any) is applied.
Public property IncludedChanges Get the included pending changes
Public property IncludedChangesFilterText Get the included changes text filter
Public property Items Obsolete. Get the current pending changes (included and excluded)
Public property PolicyFailures Get the policy failures.
Public property PolicyOverrideComment Get the policy override comment.
Public property SelectedExcludedItems Get the currently selected excluded items
Public property SelectedIncludedItems Get the currently selected included items
Public property SelectedItems Obsolete. Get the selected included changes.
Public property SelectedPolicyFailures Get the currently selected policy failures.
Public property SelectedWorkItems Get the currently selected work items.
Public property VsWindowFrame Obsolete. Deprecated - returns null.
Public property WorkItems Get the work items.
Public property Workspace Get the workspace currently being viewed in the Pending Changes explorer page.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (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.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event CheckedChanged Obsolete. This event is fired when the checked state of items changes in the Pending Changes tool window.
Public event PropertyChanged
Public event SelectionChanged This event is fired when the selection changes in a version control window. (Inherited from VersionControlBaseExt.)

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