IV8FastHostObjectOperations.QueryProperty(IV8FastHostObject, Int32) Method |
Gets the attributes of an indexed property.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
SyntaxV8FastHostPropertyFlags QueryProperty(
IV8FastHostObject instance,
int index
)
Function QueryProperty (
instance As IV8FastHostObject,
index As Integer
) As V8FastHostPropertyFlags
V8FastHostPropertyFlags QueryProperty(
IV8FastHostObject^ instance,
int index
)
abstract QueryProperty :
instance : IV8FastHostObject *
index : int -> V8FastHostPropertyFlags
Parameters
- instance IV8FastHostObject
- The object to search for the property.
- index Int32
- The index of the property to query.
Return Value
V8FastHostPropertyFlagsA set of property attributes.
See Also