INetFwAuthorizedApplications 接口

提供对授权的应用程序的一组指向防火墙的打开端口的接口。

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

语法

声明
<GuidAttribute("644EFD52-CCF9-486C-97A2-39F352570B30")> _
Public Interface INetFwAuthorizedApplications _
    Inherits IEnumerable
[GuidAttribute("644EFD52-CCF9-486C-97A2-39F352570B30")]
public interface INetFwAuthorizedApplications : IEnumerable

INetFwAuthorizedApplications 类型公开以下成员。

属性

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

页首

方法

  名称 描述
公共方法 Add 将指定的应用程序到此集合中。
公共方法 GetEnumerator 返回循环访问集合的枚举数。 (继承自 IEnumerable。)
公共方法 Item 获取此集合中的项具有指定的文件名。
公共方法 Remove 移除该集合中的项具有指定的文件名。

页首

请参阅

参考

Microsoft.TeamFoundation.Common 命名空间