PublisherASA.Read メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Read(IReadOnlyCollection<String>) | |
Read(String) |
Read(IReadOnlyCollection<String>)
public System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string,Microsoft.MixedReality.WorldLocking.ASA.LocalPegAndProperties>> Read (System.Collections.Generic.IReadOnlyCollection<string> cloudAnchorIds);
abstract member Read : System.Collections.Generic.IReadOnlyCollection<string> -> System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, Microsoft.MixedReality.WorldLocking.ASA.LocalPegAndProperties>>
override this.Read : System.Collections.Generic.IReadOnlyCollection<string> -> System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, Microsoft.MixedReality.WorldLocking.ASA.LocalPegAndProperties>>
Public Function Read (cloudAnchorIds As IReadOnlyCollection(Of String)) As Task(Of Dictionary(Of String, LocalPegAndProperties))
パラメーター
- cloudAnchorIds
- IReadOnlyCollection<String>
戻り値
実装
適用対象
Read(String)
public System.Threading.Tasks.Task<Microsoft.MixedReality.WorldLocking.ASA.LocalPegAndProperties> Read (string cloudAnchorId);
abstract member Read : string -> System.Threading.Tasks.Task<Microsoft.MixedReality.WorldLocking.ASA.LocalPegAndProperties>
override this.Read : string -> System.Threading.Tasks.Task<Microsoft.MixedReality.WorldLocking.ASA.LocalPegAndProperties>
Public Function Read (cloudAnchorId As String) As Task(Of LocalPegAndProperties)
パラメーター
- cloudAnchorId
- String