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 | 移除集合中的項目與指定的檔案名稱。 |
回頁首