IJsDebugProperty::GetMembers Method

Gets the members of this object.

Syntax

HRESULT GetMembers(  
   JS_PROPERTY_MEMBERS members,  
   IJsEnumDebugProperty **ppEnum  
);  

Parameters

members
[in] Flags to specify what is included in the member information.

ppEnum
[out] The members of the object.

Return Value

Requirements

Header: jscript9diag.h

See also

IJsDebugProperty Interface