Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Extensibility interface for the Connect page.
Namespace: Microsoft.VisualStudio.TeamFoundation.Extensibility
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public Interface IConnectExt2 _
Inherits IConnectExt, INotifyPropertyChanged
public interface IConnectExt2 : IConnectExt,
INotifyPropertyChanged
public interface class IConnectExt2 : IConnectExt,
INotifyPropertyChanged
type IConnectExt2 =
interface
interface IConnectExt
interface INotifyPropertyChanged
end
public interface IConnectExt2 extends IConnectExt, INotifyPropertyChanged
The IConnectExt2 type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
HostedTeamFoundationServers | Get the list of hosted Team Foundation servers. (Inherited from IConnectExt.) |
![]() |
SelectedItems | Get the selected items. This can be either a ConnectTeamProjectItem or IConnectTeamProjectSubItem. Check the item type and cast to the appropriate object type. |
![]() |
SelectedTeamProjects | Get the selected team projects. (Inherited from IConnectExt.) |
![]() |
TeamFoundationServers | Get the list of Team Foundation servers. (Inherited from IConnectExt.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.Extensibility Namespace