This documentation is archived and is not being maintained.

IConnectExt2 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 IConnectExt2 _
	Inherits IConnectExt, INotifyPropertyChanged

The IConnectExt2 type exposes the following members.

  NameDescription
Public propertyHostedTeamFoundationServersGet the list of hosted Team Foundation servers. (Inherited from IConnectExt.)
Public propertySelectedItemsGet the selected items. This can be either a ConnectTeamProjectItem or IConnectTeamProjectSubItem. Check the item type and cast to the appropriate object type.
Public propertySelectedTeamProjectsGet the selected team projects. (Inherited from IConnectExt.)
Public propertyTeamFoundationServersGet the list of Team Foundation servers. (Inherited from IConnectExt.)
Top

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