GameChatMessageReceivedEventArgs.SenderName Proprietà

Definizione

Mittente del messaggio (il parametro del mittente passato al metodo GameChatOverlay.AddMessage ). Questa API non è disponibile per tutte le app. A meno che l'account sviluppatore non venga effettuato appositamente da Microsoft, l'app non può usare questa API.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Mittente del messaggio (il parametro del mittente passato al metodo GameChatOverlay.AddMessage ).

Si applica a