次の方法で共有


CellularApnContext.ProfileName プロパティ

定義

携帯電話プロファイルの名前を取得します。

public:
 property Platform::String ^ ProfileName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ProfileName();

void ProfileName(winrt::hstring value);
public string ProfileName { get; set; }
var string = cellularApnContext.profileName;
cellularApnContext.profileName = string;
Public Property ProfileName As String

プロパティ値

String

Platform::String

winrt::hstring

携帯電話プロファイルの名前。

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v6.0 で導入)

適用対象

こちらもご覧ください