次の方法で共有


OAProperty.set_IndexedValue メソッド

指定したインデックスのプロパティの値を設定します。

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

構文

'宣言
Public Sub set_IndexedValue ( _
    index1 As Object, _
    index2 As Object, _
    index3 As Object, _
    index4 As Object, _
    value As Object _
)
'使用
Dim instance As OAProperty
Dim index1 As Object
Dim index2 As Object
Dim index3 As Object
Dim index4 As Object
Dim value As Object

instance.set_IndexedValue(index1, index2, _
    index3, index4, value)
public void set_IndexedValue(
    Object index1,
    Object index2,
    Object index3,
    Object index4,
    Object value
)
public:
virtual void set_IndexedValue(
    Object^ index1, 
    Object^ index2, 
    Object^ index3, 
    Object^ index4, 
    Object^ value
) sealed
public final function set_IndexedValue(
    index1 : Object, 
    index2 : Object, 
    index3 : Object, 
    index4 : Object, 
    value : Object
)

パラメータ

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

参照

参照

OAProperty クラス

OAProperty メンバ

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