This documentation is archived and is not being maintained.

IConnectExt Interface

Visual Studio 2013

Extensibility interface for the Connect page.

Namespace:  Microsoft.VisualStudio.TeamFoundation.Extensibility
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)

'Declaration
Public Interface IConnectExt _
	Inherits INotifyPropertyChanged

The IConnectExt type exposes the following members.

  NameDescription
Public propertyHostedTeamFoundationServersGet the list of hosted Team Foundation servers.
Public propertySelectedTeamProjectsGet the selected team projects.
Public propertyTeamFoundationServersGet the list of Team Foundation servers.
Top

  NameDescription
Public eventPropertyChangedOccurs when a property value changes. (Inherited from INotifyPropertyChanged.)
Top
Show: