रिसर्च सर्वे: Blockly के साथ अपने अनुभव के बारे में हमें बताएं
सर्वे शुरू करें
ब्लॉकली > एक्सएमएल > loadWorkspaceComment
दिए गए फ़ाइल फ़ोल्डर में, टिप्पणी की स्थिति को डीसीरियलाइज़ (पार्स) करता है.
हस्ताक्षर:
export declare function loadWorkspaceComment(elem: Element, workspace: Workspace): WorkspaceComment;
पैरामीटर
लौटाए जाने वाले प्रॉडक्ट:
WorkspaceComment
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-22 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-08-22 (UTC) को अपडेट किया गया."],[[["The `Xml.loadWorkspaceComment()` function deserializes a comment's state from an XML element and integrates it into a specified workspace."],["It accepts an XML element representing the comment and the target workspace as input."],["The function returns a `WorkspaceComment` object representing the deserialized comment within the workspace."]]],[]]