GameChatMessageReceivedEventArgs
GameChatMessageReceivedEventArgs
GameChatMessageReceivedEventArgs
GameChatMessageReceivedEventArgs
Class
Definition
public : sealed class GameChatMessageReceivedEventArgs : IGameChatMessageReceivedEventArgspublic sealed class GameChatMessageReceivedEventArgs : IGameChatMessageReceivedEventArgsPublic NotInheritable Class GameChatMessageReceivedEventArgs Implements IGameChatMessageReceivedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.15063.0)
|
| API contract |
Windows.Gaming.UI.GameChatOverlayContract (introduced v1)
|
Properties
AppDisplayName AppDisplayName AppDisplayName AppDisplayName
public : PlatForm::String AppDisplayName { get; }public string AppDisplayName { get; }Public ReadOnly Property AppDisplayName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
AppId AppId AppId AppId
public : PlatForm::String AppId { get; }public string AppId { get; }Public ReadOnly Property AppId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Message Message Message Message
public : PlatForm::String Message { get; }public string Message { get; }Public ReadOnly Property Message As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Origin Origin Origin Origin
public : GameChatMessageOrigin Origin { get; }public GameChatMessageOrigin Origin { get; }Public ReadOnly Property Origin As GameChatMessageOrigin// You can use this property in JavaScript.