Share via


IJsEnumDebugProperty::Next Method

Reads properties for this object.

Syntax

HRESULT Next(  
   ULONG count,  
   IJsDebugProperty **ppDebugProperty,  
   ULONG *pActualCount  
);  

Parameters

count
[in] The number of properties to read.

ppDebugProperty
[out] Object representing the property browser.

pActualCount
[out] The actual number of properties of the object.

Return Value

Requirements

Header: jscript9diag.h

See also

IJsEnumDebugProperty Interface