次の方法で共有


Windows.Item[Object] プロパティ

定義

コレクションからWindowsCollection指定したオブジェクトへの参照を取得しますWindowObject

public:
 property Microsoft::Office::Interop::InfoPath::WindowObject ^ default[System::Object ^] { Microsoft::Office::Interop::InfoPath::WindowObject ^ get(System::Object ^ varIndex); };
public Microsoft.Office.Interop.InfoPath.WindowObject this[object varIndex] { get; }
member this.Item(obj) : Microsoft.Office.Interop.InfoPath.WindowObject
Default Public ReadOnly Property Item(varIndex As Object) As WindowObject

パラメーター

varIndex
Object

コレクションのメンバーの位置を指定する WindowsCollection 式。 引数は、0 からコレクション Count のプロパティの値から 1 を引いた数値にする必要があります。

プロパティ値

Item プロパティはコレクションの既定のWindowsCollectionプロパティであるため、次のように使用できます。

Window2 firstWindow;
firstWindow = thisApplication.Windows[0];

注釈

引数に指定された値が varIndex コレクションの既存のメンバーと一致しない場合は、エラーが発生します。

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

適用対象