Indicates information about a property.
typedef struct tagJsDebugPropertyInfo{ BSTR name; BSTR type; BSTR value; BSTR fullName; JS_PROPERTY_ATTRIBUTES attr;} JsDebugPropertyInfo;
- name
The name of the property.
- type
The type of the property.
- value
The value of the property.
- fullName
The full name of the property.
- attr
An enumeration that represents the property attributes.
Requirements
Header: jscript9diag.h