封鎖 >工作區 >getRootWorkspace
Workspace.getRootWorkspace() 方法
如果工作區有父項,則傳回這個工作區的根工作區。
例如:工作區和迷你工作區泡泡中有父項工作區。
Signature:
getRootWorkspace(): Workspace | null;
傳回:
Google Workspace |空值
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-22 (世界標準時間)。
[null,null,["上次更新時間:2024-08-22 (世界標準時間)。"],[[["The `getRootWorkspace()` method retrieves the top-level workspace in a hierarchy of nested workspaces."],["Workspaces embedded within structures like flyouts or bubbles have parent workspaces, and this method helps access the ultimate parent."],["If the current workspace has no parent, meaning it's already the root, the method returns the current workspace itself."],["The return value is either a `Workspace` object representing the root or `null` if no root is found (though this is unlikely in typical scenarios)."]]],[]]