IFindShelvesetsExt Interface

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
Public property FilteredShelvesets Get the filtered shelvesets.
Public property FilterText Get the filter text
Public property OwnerName Get the Owner name
Public property SelectedShelvesets Get the currently selected shelvesets.
Public property Shelvesets Get all shelvesets.

Top

Events

  Name Description
Public event PropertyChanged Occurs when a property value changes. (Inherited from INotifyPropertyChanged.)

Top

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace