次の方法で共有


EmailNotificationTriggerDetails.AccountName プロパティ

定義

電話のアカウント名。

public:
 property Platform::String ^ AccountName { Platform::String ^ get(); };
winrt::hstring AccountName();
public string AccountName { get; }
var string = emailNotificationTriggerDetails.accountName;
Public ReadOnly Property AccountName As String

プロパティ値

String

Platform::String

winrt::hstring

電話のアカウントを参照する名前を指定する文字列。

Windows の要件

アプリの機能
accessoryManager

注釈

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

適用対象