INetFwAuthorizedApplications 接口
提供对授权的应用程序的一组指向 firewall 中打开端口的接口。
命名空间: 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 | 移除该集合中的项具有指定的文件名。 |
页首