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 the Find Shelvesets page.
Namespace: Microsoft.TeamFoundation.VersionControl.Controls.Extensibility
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Interface IFindShelvesetsExt _
Inherits INotifyPropertyChanged
public interface IFindShelvesetsExt : INotifyPropertyChanged
public interface class IFindShelvesetsExt : INotifyPropertyChanged
type IFindShelvesetsExt =
interface
interface INotifyPropertyChanged
end
public interface IFindShelvesetsExt extends INotifyPropertyChanged
The IFindShelvesetsExt type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
FilteredShelvesets | Get the filtered shelvesets. |
![]() |
FilterText | Get the filter text |
![]() |
OwnerName | Get the Owner name |
![]() |
SelectedShelvesets | Get the currently selected shelvesets. |
![]() |
Shelvesets | Get all shelvesets. |
Top
Events
Name | Description | |
---|---|---|
![]() |
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top
See Also
Reference
Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace