Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
The index of the item to set.
- index2
Type: System.Object
Reserved for future use.
- index3
Type: System.Object
Reserved for future use.
- index4
Type: System.Object
Reserved for future use.
- value
Type: System.Object
The value to set.
.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