IPublisher.Modify(String, LocalPegAndProperties) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
删除云定位点,并根据输入本地固定及其属性创建一个新定位点。
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
要从中创建新的云定位点的本地定位点和属性。
返回
新云定位点的可等待标识符。