Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the symbol associated with the property ID.
Syntax
STDAPI_(JsErrorCode) JsGetSymbolFromPropertyId(
_In_ JsPropertyIdRef propertyId,
_Out_ JsValueRef *symbol
);
Parameters
propertyId
The property ID to get the symbol of.
symbol
The symbol associated with the property ID.
Return Value
The code JsNoError if the operation succeeded, a failure code otherwise.
Remarks
Requires an active script context.
This API is supported only in Microsoft Edge mode.
Requirements
Header: jsrt.h