다음을 통해 공유


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

이벤트를 트리거한 앱의 표시 이름입니다.

적용 대상