次の方法で共有


Property.IndexedValue プロパティ

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

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

構文

'宣言
Property IndexedValue ( _
    Index1 As Object, _
    Index2 As Object, _
    Index3 As Object, _
    Index4 As Object _
) As Object
    Get
    Set
Object this[
    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);
}
abstract IndexedValue : Object with get, set
JScript では、インデックス付きプロパティはサポートされません。

パラメーター

  • Index1
    型: System.Object
    必ず指定します。表示する項目のインデックス。
  • Index2
    型: System.Object
    省略可能です。表示する項目のインデックス。将来使用するために予約されています。
  • Index3
    型: System.Object
    省略可能です。表示する項目のインデックス。将来使用するために予約されています。
  • Index4
    型: System.Object
    省略可能です。表示する項目のインデックス。将来使用するために予約されています。

プロパティ値

型: System.Object
オブジェクト。

解説

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

.NET Framework セキュリティ

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

参照

参照

Property インターフェイス

EnvDTE 名前空間