Click or drag to resize

IV8FastHostObjectOperations.QueryProperty(IV8FastHostObject, Int32) Method

Gets the attributes of an indexed property.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
V8FastHostPropertyFlags QueryProperty(
	IV8FastHostObject instance,
	int index
)

Parameters

instance  IV8FastHostObject
The object to search for the property.
index  Int32
The index of the property to query.

Return Value

V8FastHostPropertyFlags
A set of property attributes.
See Also