ChatMessageStore.GetConversationReader 方法

定義

多載

GetConversationReader()

取得訊息存放區的新或現有 ChatConversationReader

GetConversationReader(IIterable<String>)

使用指定的傳輸,取得訊息存放區的新或現有 ChatConversationReader

GetConversationReader()

取得訊息存放區的新或現有 ChatConversationReader

public:
 virtual ChatConversationReader ^ GetConversationReader() = GetConversationReader;
/// [Windows.Foundation.Metadata.Overload("GetConversationReader")]
ChatConversationReader GetConversationReader();
[Windows.Foundation.Metadata.Overload("GetConversationReader")]
public ChatConversationReader GetConversationReader();
function getConversationReader()
Public Function GetConversationReader () As ChatConversationReader

傳回

新的或現有的 ChatConversationReader

屬性

Windows 需求

應用程式功能
chat chatSystem smsSend

另請參閱

適用於

GetConversationReader(IIterable<String>)

使用指定的傳輸,取得訊息存放區的新或現有 ChatConversationReader

public:
 virtual ChatConversationReader ^ GetConversationReader(IIterable<Platform::String ^> ^ transportIds) = GetConversationReader;
/// [Windows.Foundation.Metadata.Overload("GetConversationForTransportsReader")]
ChatConversationReader GetConversationReader(IIterable<winrt::hstring> const& transportIds);
[Windows.Foundation.Metadata.Overload("GetConversationForTransportsReader")]
public ChatConversationReader GetConversationReader(IEnumerable<string> transportIds);
function getConversationReader(transportIds)
Public Function GetConversationReader (transportIds As IEnumerable(Of String)) As ChatConversationReader

參數

transportIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

要用來擷取 ChatConversationReader之傳輸的識別碼。

傳回

新的或現有的 ChatConversationReader

屬性

Windows 需求

應用程式功能
chat chatSystem smsSend

另請參閱

適用於