共用方式為


WindowCollection 類別

包含目前開啟之每個 InfoPath 視窗的 Window 物件。

**命名空間:**Microsoft.Office.InfoPath
**組件:**Microsoft.Office.InfoPath (於 microsoft.office.infopath.dll 中)

語法

'宣告
<DefaultMemberAttribute("Item")> _
Public MustInherit Class WindowCollection
    Implements IEnumerable
'用途
Dim instance As WindowCollection
[DefaultMemberAttribute("Item")] 
public abstract class WindowCollection : IEnumerable

備註

Window 物件代表 InfoPath 應用程式中使用的兩種視窗:在使用者填寫表單時顯示表單的編輯視窗,以及在使用者設計表單範本時用於設計模式的設計視窗。

WindowCollection 集合會實作一些屬性,可用來存取表單的關聯 Window 物件,而且可透過 Application 物件的 Windows 屬性來存取這個集合。

注意

WindowCollection 集合僅可用於取得其包含之 Window 物件的計數,或傳回指定 Window 物件的參照。它無法用於建立、新增或移除 Window 物件。

繼承階層

System.Object
  Microsoft.Office.InfoPath.WindowCollection

執行緒安全

此型別的所有公用靜態 (於 Visual Basic 共用) 成員都是執行緒安全。但並不保證所有執行個體成員為執行緒安全。

請參閱

參考

WindowCollection 成員
Microsoft.Office.InfoPath 命名空間