There was an error while loading. Please reload this page.
Gets the property ID associated with the symbol.
STDAPI_(JsErrorCode) JsGetPropertyIdFromSymbol( _In_ JsValueRef symbol, _Out_ JsPropertyIdRef *propertyId);
The code JsNoError if the operation succeeded, a failure code otherwise.
Property IDs are specific to a context and cannot be used across contexts. Requires an active script context.
Home
ch
Want to contribute to this Wiki? Fork it and send a pull request!