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 | |
---|---|---|
HostedTeamFoundationServers | Get the list of hosted Team Foundation servers. | |
SelectedTeamProjects | Get the selected team projects. | |
TeamFoundationServers | Get the list of Team Foundation servers. |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.Extensibility Namespace