Extensibility interface for the Connect page.
Namespace:  Microsoft.VisualStudio.TeamFoundation.Extensibility
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public Interface IConnectExt _
    Inherits INotifyPropertyChanged
public interface IConnectExt : INotifyPropertyChanged
public interface class IConnectExt : INotifyPropertyChanged
type IConnectExt =  
    interface 
        interface INotifyPropertyChanged 
    end
public interface IConnectExt extends INotifyPropertyChanged
The IConnectExt type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | HostedTeamFoundationServers | Get the list of hosted Team Foundation servers. | 
| .gif) | SelectedTeamProjects | Get the selected team projects. | 
| .gif) | TeamFoundationServers | Get the list of Team Foundation servers. | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) | 
Top
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.Extensibility Namespace