IPublisher.Modify(String, LocalPegAndProperties) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
刪除雲端錨點,並根據輸入本機 Peg 及其屬性建立新的錨點。
public System.Threading.Tasks.Task<string> Modify (string cloudAnchorId, Microsoft.MixedReality.WorldLocking.ASA.LocalPegAndProperties pegAndProps);
abstract member Modify : string * Microsoft.MixedReality.WorldLocking.ASA.LocalPegAndProperties -> System.Threading.Tasks.Task<string>
Public Function Modify (cloudAnchorId As String, pegAndProps As LocalPegAndProperties) As Task(Of String)
參數
- cloudAnchorId
- String
要刪除的雲端錨點。
- pegAndProps
- LocalPegAndProperties
要從中建立新雲端錨點的本機錨點和屬性。
傳回
新雲端錨點的可等候標識碼。