DialApp.AppName プロパティ

定義

アプリケーションの登録済みの DIAL 名を取得します。

public:
 property Platform::String ^ AppName { Platform::String ^ get(); };
winrt::hstring AppName();
public string AppName { get; }
var string = dialApp.appName;
Public ReadOnly Property AppName As String

プロパティ値

String

Platform::String

winrt::hstring

DIAL 名。

適用対象