Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Creates an enumerator for static local variables of the method.
Syntax
Parameters
ppLocals
[out] Returns an IEnumDebugFields object representing the list of static locals. Returns a null value if there are no static locals.
Return Value
If successful, returns S_OK or returns S_FALSE if there are no static locals. Otherwise, returns an error code.
Remarks
Each element is an IDebugField object representing different types of static locals. Call the GetKind method on each object to determine exactly what kind of static local the object represents.