Property.IndexedValue プロパティ

更新 : 2007 年 11 月

一覧の要素を 1 つ返します。

名前空間 :  EnvDTE
アセンブリ :  EnvDTE (EnvDTE.dll 内)

構文

'宣言
Property IndexedValue ( _
    Index1 As Object, _
    Index2 As Object, _
    Index3 As Object, _
    Index4 As Object _
) As Object
'使用
Dim instance As [Property]
Dim Index1 As Object
Dim Index2 As Object
Dim Index3 As Object
Dim Index4 As Object
Dim value As Object

value = instance.IndexedValue(Index1, _
    Index2, Index3, Index4)

instance.IndexedValue(Index1, Index2, _
    Index3, Index4) = value
Object IndexedValue[
    Object Index1,
    Object Index2,
    Object Index3,
    Object Index4
] { get; set; }
property Object^ IndexedValue[[InAttribute] Object^ Index1, [InAttribute] Object^ Index2, [InAttribute] Object^ Index3, [InAttribute] Object^ Index4] {
    Object^ get ([InAttribute] Object^ Index1, [InAttribute] Object^ Index2, [InAttribute] Object^ Index3, [InAttribute] Object^ Index4);
    void set ([InAttribute] Object^ Index1, [InAttribute] Object^ Index2, [InAttribute] Object^ Index3, [InAttribute] Object^ Index4, Object^ value);
}
JScript では、インデックス付きプロパティはサポートされません。

パラメータ

  • Index1
    型 : System.Object

    必ず指定します。表示する項目のインデックス。

  • Index2
    型 : System.Object

    省略可能です。表示する項目のインデックス。将来使用するために予約されています。

  • Index3
    型 : System.Object

    省略可能です。表示する項目のインデックス。将来使用するために予約されています。

  • Index4
    型 : System.Object

    省略可能です。表示する項目のインデックス。将来使用するために予約されています。

プロパティ値

型 : System.Object

オブジェクト。

解説

NumIndices で示されたリストをプロパティが返さない限り、IndexedValue は無視されます。

アクセス許可

  • 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

Property インターフェイス

Property メンバ

EnvDTE 名前空間