Freigeben über


XboxLiveEndpointPair.RemoteDeviceAddress Eigenschaft

Definition

Ruft die XboxLiveDeviceAddress für den Remoteendpunkt ab.

Wichtig

Diese API ist nicht für alle Apps verfügbar. Sofern Ihr Entwicklerkonto nicht speziell von Microsoft bereitgestellt wird, schlagen Aufrufe dieser APIs zur Laufzeit fehl.

public:
 property XboxLiveDeviceAddress ^ RemoteDeviceAddress { XboxLiveDeviceAddress ^ get(); };
XboxLiveDeviceAddress RemoteDeviceAddress();
public XboxLiveDeviceAddress RemoteDeviceAddress { get; }
var xboxLiveDeviceAddress = xboxLiveEndpointPair.remoteDeviceAddress;
Public ReadOnly Property RemoteDeviceAddress As XboxLiveDeviceAddress

Eigenschaftswert

Die Remote-XboxLiveDeviceAddress.

Hinweise

Es gibt keine XboxLiveEndpointPair-Methode zum Abrufen der lokalen XboxLiveDeviceAddress. Verwenden Sie die statische XboxLiveDeviceAddress.GetLocal-Methode , um die lokale XboxLiveDeviceAddress abzurufen.

Gilt für: