次の方法で共有


SpeedDialEntry.NumberType プロパティ

定義

エントリの番号の種類を表します。

public:
 property Platform::String ^ NumberType { Platform::String ^ get(); };
winrt::hstring NumberType();
public string NumberType { get; }
var string = speedDialEntry.numberType;
Public ReadOnly Property NumberType As String

プロパティ値

String

Platform::String

winrt::hstring

数値の型を含む文字列。

Windows の要件

アプリの機能
accessoryManager

注釈

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

適用対象