OANullProperty.set_IndexedValue Method

Sets indexed values in a list.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Sub set_IndexedValue ( _
    index1 As Object, _
    index2 As Object, _
    index3 As Object, _
    index4 As Object, _
    value As Object _
)
'使用
Dim instance As OANullProperty
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
)

Parameters

  • index1
    Type: System.Object

    Index of the item in the list to set.

  • index2
    Type: System.Object

    Index of the item in the list to set.

  • index3
    Type: System.Object

    Index of the item in the list to set.

  • index4
    Type: System.Object

    Index of the item in the list to set.

  • value
    Type: System.Object

    Index of the item in the list to set.

Remarks

By default this method does nothing.

Permissions

See Also

Reference

OANullProperty Class

OANullProperty Members

Microsoft.VisualStudio.Package.Automation Namespace