調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >XML >loadWorkspaceComment
指定されたコメントの状態を、指定されたワークスペースにシリアル化解除します。
署名:
export declare function loadWorkspaceComment(elem: Element, workspace: Workspace): WorkspaceComment;
パラメータ
戻り値:
WorkspaceComment
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 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."]]],[]]