INetFwServices 接口

提供对服务的集合可以通过授权 firewall 侦听的接口。

命名空间:  Microsoft.TeamFoundation.Common
程序集:  Microsoft.TeamFoundation.Common(在 Microsoft.TeamFoundation.Common.dll 中)

语法

声明
<GuidAttribute("79649BB4-903E-421B-94C9-79848E79F6EE")> _
Public Interface INetFwServices _
    Inherits IEnumerable
[GuidAttribute("79649BB4-903E-421B-94C9-79848E79F6EE")]
public interface INetFwServices : IEnumerable

INetFwServices 类型公开以下成员。

属性

  名称 说明
公共属性 Count 获取此集合中的项数。

页首

方法

  名称 说明
公共方法 GetEnumerator 返回一个循环访问集合的枚举数。 (继承自 IEnumerable。)
公共方法 Item 获取此集合中的项具有指定的服务类型。

页首

请参见

参考

Microsoft.TeamFoundation.Common 命名空间