Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Extensibility interface for Pending Changes, Shelveset Details, and Changeset Details pages.
Namespace: Microsoft.TeamFoundation.VersionControl.Controls.Extensibility
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Interface IPendingChangesExt _
Inherits INotifyPropertyChanged
public interface IPendingChangesExt : INotifyPropertyChanged
public interface class IPendingChangesExt : INotifyPropertyChanged
type IPendingChangesExt =
interface
interface INotifyPropertyChanged
end
public interface IPendingChangesExt extends INotifyPropertyChanged
The IPendingChangesExt type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
CheckinComment | Get the checkin comment |
![]() |
CheckinNote | Get the checkin note. |
![]() |
ExcludedChanges | Get the current 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 current included pending changes |
![]() |
IncludedChangesFilterText | Get the included changes text filter |
![]() |
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. |
![]() |
SelectedPolicyFailures | Get the currently selected policy failures |
![]() |
SelectedWorkItems | Get the currently selected work items. |
![]() |
WorkItems | Get the related work items. |
![]() |
Workspace | Get the workspace currently being viewed in the Pending Changes explorer page. |
Top
Events
Name | Description | |
---|---|---|
![]() |
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top
See Also
Reference
Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace