Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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.