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.
Enumerates the available expression evaluators given the language and vendor identifiers.
Syntax
public int EnumEEs(
uint celtBuffer,
ref Guid rgguidLang,
ref Guid rgguidVendor,
ref uint[] pceltEEs
);
Parameters
celtBuffer
[in] Number of elements in the pceltEEs buffer.
rgguidLang
[in, out] Unique identifier for the programming language.
rgguidVendor
[in, out] Unique identifier for the vendor.
pceltEEs
[in, out] Array of expression evaluators.
Return Value
If successful, returns S_OK; otherwise, returns an error code.