OANullProperty.set_IndexedValue Method
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Sub set_IndexedValue ( _
index1 As Object, _
index2 As Object, _
index3 As Object, _
index4 As Object, _
value As Object _
)
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
abstract set_IndexedValue :
index1:Object *
index2:Object *
index3:Object *
index4:Object *
value:Object -> unit
override set_IndexedValue :
index1:Object *
index2:Object *
index3:Object *
index4:Object *
value:Object -> unit
public final function set_IndexedValue(
index1 : Object,
index2 : Object,
index3 : Object,
index4 : Object,
value : Object
)
Parameters
- index1
Type: System.Object
- index2
Type: System.Object
- index3
Type: System.Object
- index4
Type: System.Object
- value
Type: System.Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace