ChatMessageStore.GetConversationFromThreadingInfoAsync メソッド

定義

スレッド情報オブジェクトに基づいて非同期的に会話を取得します。

public:
 virtual IAsyncOperation<ChatConversation ^> ^ GetConversationFromThreadingInfoAsync(ChatConversationThreadingInfo ^ threadingInfo) = GetConversationFromThreadingInfoAsync;
IAsyncOperation<ChatConversation> GetConversationFromThreadingInfoAsync(ChatConversationThreadingInfo const& threadingInfo);
public IAsyncOperation<ChatConversation> GetConversationFromThreadingInfoAsync(ChatConversationThreadingInfo threadingInfo);
function getConversationFromThreadingInfoAsync(threadingInfo)
Public Function GetConversationFromThreadingInfoAsync (threadingInfo As ChatConversationThreadingInfo) As IAsyncOperation(Of ChatConversation)

パラメーター

threadingInfo
ChatConversationThreadingInfo

会話を識別するスレッド情報。

戻り値

threadingInfo パラメーターによって識別される会話。

Windows の要件

アプリの機能
chat chatSystem smsSend

適用対象