次の方法で共有


WindowCollection.Item[Int32] プロパティ

定義

オブジェクト内の指定した Window オブジェクトへの参照を WindowCollection 取得します。

public:
 abstract property Microsoft::Office::InfoPath::Window ^ default[int] { Microsoft::Office::InfoPath::Window ^ get(int index); };
public abstract Microsoft.Office.InfoPath.Window this[int index] { get; }
member this.Item(int) : Microsoft.Office.InfoPath.Window
Default Public MustOverride ReadOnly Property Item(index As Integer) As Window

パラメーター

index
Int32

返される Window オブジェクトのゼロベースのインデックス。

プロパティ値

Window指定したインデックス値にWindowCollection対応する オブジェクトの オブジェクト。

Item プロパティは WindowsCollection クラスの既定のプロパティなので、次のように使用することはできません。

Window firstWindow = this.Application.Windows[0]; Dim firstWindow As Window = Me.Application.Windows(0)

注釈

パラメーターに index 渡される値は、0 からコレクション Count のプロパティの値から 1 を引いた数値である必要があります。

Item プロパティが返すオブジェクトへのWindow参照を設定したら、そのプロパティとメソッドのいずれかにアクセスできます。

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

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

適用対象