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