次の方法で共有


WindowCollection.GetEnumerator メソッド

コレクション内のすべてのエントリに対して反復処理するための System.Collections.IEnumerator オブジェクトを取得します。

名前空間:  Microsoft.Office.InfoPath
アセンブリ:  Microsoft.Office.InfoPath (Microsoft.Office.InfoPath.dll)

構文

'宣言
Public MustOverride Function GetEnumerator As IEnumerator
'使用
Dim instance As WindowCollection
Dim returnValue As IEnumerator

returnValue = instance.GetEnumerator()
public abstract IEnumerator GetEnumerator()

戻り値

型: System.Collections.IEnumerator
コレクション内のすべてのエントリに反復処理するための IEnumerator。

実装

IEnumerable.GetEnumerator()

解説

このメンバーには、制約なしでアクセスできます。

この型またはメンバーには、Microsoft InfoPath Filler で開かれたフォームを実行中のコードからのみアクセスできます。

関連項目

参照

WindowCollection クラス

WindowCollection メンバー

Microsoft.Office.InfoPath 名前空間