连接页的扩展性接口。
命名空间: Microsoft.VisualStudio.TeamFoundation.Extensibility
程序集: Microsoft.VisualStudio.TeamFoundation(在 Microsoft.VisualStudio.TeamFoundation.dll 中)
语法
声明
Public Interface IConnectExt _
Inherits INotifyPropertyChanged
public interface IConnectExt : INotifyPropertyChanged
IConnectExt 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
HostedTeamFoundationServers | 获取承载的 Team Foundation server 列表。 |
![]() |
SelectedTeamProjects | 获取选定的团队项目。 |
![]() |
TeamFoundationServers | 获取 Team Foundation server 列表。 |
页首
事件
名称 | 说明 | |
---|---|---|
![]() |
PropertyChanged | 在属性值更改时发生。 (继承自 INotifyPropertyChanged。) |
页首