Windows.Item プロパティ
WindowsCollection コレクション内の指定された WindowObject オブジェクトへの参照を取得します。
このプロパティは、CLS に準拠していません。
名前空間: Microsoft.Office.Interop.InfoPath.SemiTrust
アセンブリ: Microsoft.Office.Interop.InfoPath.SemiTrust (microsoft.office.interop.infopath.semitrust.dll 内)
構文
'宣言
<DispIdAttribute(0)> _
ReadOnly Default Property Item ( _
varIndex As Object _
) As WindowObject
'使用
Dim instance As Windows
Dim varIndex As Object
Dim value As WindowObject
value = instance(varIndex)
[DispIdAttribute(0)]
WindowObject this [
Object varIndex
] { get; }
パラメータ
- varIndex
WindowsCollection コレクションのメンバの位置を指定する式。この引数の最小値は 0 であり、最大値はコレクションの Count プロパティの値から 1 を引いた数値です。
コメント
varIndex 引数に指定した値がコレクションのどのメンバとも一致しない場合は、エラーが発生します。
Item プロパティが返す WindowObject オブジェクトへの参照を取得した後、このオブジェクトのすべてのプロパティとメソッドにアクセスできます。
重要 : |
---|
このメンバは制限なしでアクセスできます。 |
例
Item プロパティは WindowsCollection コレクションの既定のプロパティなので、このプロパティを次のように使用することもできます。
Window2 firstWindow;
firstWindow = thisApplication.Windows[0];
関連項目
参照
Windows インターフェイス
Windows のメンバ
Microsoft.Office.Interop.InfoPath.SemiTrust 名前空間