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 | |
|---|---|---|
| .gif) | FilteredShelvesets | Get the filtered shelvesets. | 
| .gif) | FilterText | Get the filter text | 
| .gif) | OwnerName | Get the Owner name | 
| .gif) | SelectedShelvesets | Get the currently selected shelvesets. | 
| .gif) | Shelvesets | Get all shelvesets. | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) | 
Top
See Also
Reference
Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace