IConnectExt Interface

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
Public property HostedTeamFoundationServers Get the list of hosted Team Foundation servers.
Public property SelectedTeamProjects Get the selected team projects.
Public property TeamFoundationServers Get the list of Team Foundation servers.

Top

Events

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

Top

See Also

Reference

Microsoft.VisualStudio.TeamFoundation.Extensibility Namespace