ChatConversation.Id プロパティ

定義

ChatConversation の一意識別子を取得します。

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = chatConversation.id;
Public ReadOnly Property Id As String

プロパティ値

String

Platform::String

winrt::hstring

ChatConversation の一意識別子。

Windows の要件

アプリの機能
chat chatSystem smsSend

適用対象