次の方法で共有


GameChatMessageReceivedEventArgs.AppDisplayName プロパティ

定義

イベントをトリガーしたアプリの表示名。 この API は、すべてのアプリで使用できるわけではありません。 開発者アカウントが Microsoft によって特別にプロビジョニングされていない限り、アプリはこの API を使用できません。

public:
 property Platform::String ^ AppDisplayName { Platform::String ^ get(); };
winrt::hstring AppDisplayName();
public string AppDisplayName { get; }
var string = gameChatMessageReceivedEventArgs.appDisplayName;
Public ReadOnly Property AppDisplayName As String

プロパティ値

String

Platform::String

winrt::hstring

イベントをトリガーしたアプリの表示名。

適用対象