IV8FastHostObjectOperations.GetProperty(IV8FastHostObject, Int32, V8FastResult) Method |
Gets the value of an indexed property.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxvoid GetProperty(
IV8FastHostObject instance,
int index,
in V8FastResult value
)
Sub GetProperty (
instance As IV8FastHostObject,
index As Integer,
ByRef value As V8FastResult
)
void GetProperty(
IV8FastHostObject^ instance,
int index,
[InAttribute] V8FastResult% value
)
abstract GetProperty :
instance : IV8FastHostObject *
index : int *
value : V8FastResult byref -> unit
Parameters
- instance IV8FastHostObject
- The object to search for the property.
- index Int32
- The index of the property to get.
- value V8FastResult
- On return, the value of the property if it was found.
See Also