次の方法で共有


TextResponse.Id プロパティ

定義

テキスト応答を一意に識別する識別子を取得します。

public:
 property unsigned int Id { unsigned int get(); };
uint32_t Id();
public uint Id { get; }
var uInt32 = textResponse.id;
Public ReadOnly Property Id As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

テキスト応答を一意に識別する識別子。

Windows の要件

アプリの機能
accessoryManager

注釈

この API を呼び出すには、 アプリケーション マニフェストで ID_CAP_SMS 機能とID_CAP_SMS_COMPANION機能を指定する必要があります。

適用対象