IV8FastHostObjectOperations.SetProperty(IV8FastHostObject, Int32, V8FastArg) Method |
Sets the value of an indexed property.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxvoid SetProperty(
IV8FastHostObject instance,
int index,
in V8FastArg value
)
Sub SetProperty (
instance As IV8FastHostObject,
index As Integer,
ByRef value As V8FastArg
)
void SetProperty(
IV8FastHostObject^ instance,
int index,
[InAttribute] V8FastArg% value
)
abstract SetProperty :
instance : IV8FastHostObject *
index : int *
value : V8FastArg byref -> unit
Parameters
- instance IV8FastHostObject
- The object whose property to set.
- index Int32
- The index of the property to set.
- value V8FastArg
- The property value.
See Also