Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Flags to specify the type of information to return in a request for members of an object.
Syntax
enum JS_PROPERTY_MEMBERS{ JS_PROPERTY_MEMBERS_ALL = 0, JS_PROPERTY_MEMBERS_ARGUMENTS = 1} JS_PROPERTY_MEMBERS;
Members
Values
Name | Description |
---|---|
JS_PROPERTY_MEMBERS_ALL |
Represents a request to enumerate all members. |
JS_PROPERTY_MEMBERS_ARGUMENTS |
Represents a request to enumerate arguments only. |
Requirements
Header: jscript9diag.h