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 | |
---|---|---|
CheckedItems | Obsolete. Get the included pending changes. | |
CheckinComment | Get the checkin comment. | |
CheckinNote | Get the checkin note. | |
ExcludedChanges | Get the excluded pending changes | |
ExcludedChangesFilterText | Get the excluded changes text filter | |
FilterBy | Get the filtering options applied to include / exclude lists. | |
FilteredExcludedChanges | Get the current filtered excluded pending changes after the text filter (if any) is applied. | |
FilteredIncludedChanges | Get the current filtered included pending changes after the text filter (if any) is applied. | |
IncludedChanges | Get the included pending changes | |
IncludedChangesFilterText | Get the included changes text filter | |
Items | Obsolete. Get the current pending changes (included and excluded) | |
PolicyFailures | Get the policy failures. | |
PolicyOverrideComment | Get the policy override comment. | |
SelectedExcludedItems | Get the currently selected excluded items | |
SelectedIncludedItems | Get the currently selected included items | |
SelectedItems | Obsolete. Get the selected included changes. | |
SelectedPolicyFailures | Get the currently selected policy failures. | |
SelectedWorkItems | Get the currently selected work items. | |
VsWindowFrame | Obsolete. Deprecated - returns null. | |
WorkItems | Get the work items. | |
Workspace | Get the workspace currently being viewed in the Pending Changes explorer page. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
CheckedChanged | Obsolete. This event is fired when the checked state of items changes in the Pending Changes tool window. | |
PropertyChanged | ||
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