IConnectExt 接口

连接页的扩展性接口。

命名空间:  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。)

页首

请参阅

参考

Microsoft.VisualStudio.TeamFoundation.Extensibility 命名空间