次の方法で共有


OAProperty.get_IndexedValue メソッド

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

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Automation
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
Public Function get_IndexedValue ( _
    index1 As Object, _
    index2 As Object, _
    index3 As Object, _
    index4 As Object _
) As Object
'使用
Dim instance As OAProperty
Dim index1 As Object
Dim index2 As Object
Dim index3 As Object
Dim index4 As Object
Dim returnValue As Object

returnValue = instance.get_IndexedValue(index1, _
    index2, index3, index4)
public Object get_IndexedValue(
    Object index1,
    Object index2,
    Object index3,
    Object index4
)
public:
virtual Object^ get_IndexedValue(
    Object^ index1, 
    Object^ index2, 
    Object^ index3, 
    Object^ index4
) sealed
public final function get_IndexedValue(
    index1 : Object, 
    index2 : Object, 
    index3 : Object, 
    index4 : Object
) : Object

パラメータ

  • index1
    型 : System.Object
    表示する項目のインデックス。
  • index2
    型 : System.Object
    表示する項目のインデックス。将来使用するために予約されています。
  • index3
    型 : System.Object
    表示する項目のインデックス。将来使用するために予約されています。
  • index4
    型 : System.Object
    表示する項目のインデックス。将来使用するために予約されています。

戻り値

型 : System.Object

参照

参照

OAProperty クラス

OAProperty メンバ

Microsoft.VisualStudio.Data.Schema.Project.Automation 名前空間