Compartir a través de


XboxLiveEndpointPair.RemoteDeviceAddress Propiedad

Definición

Obtiene xboxLiveDeviceAddress para el punto de conexión remoto.

Importante

Esta API no está disponible para todas las aplicaciones. A menos que Microsoft aprovisione especialmente la cuenta de desarrollador, se producirá un error en las llamadas a estas API en tiempo de ejecución.

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

Valor de propiedad

XboxLiveDeviceAddress remoto.

Comentarios

No hay ningún método XboxLiveEndpointPair para recuperar la XboxLiveDeviceAddress local. Usa el método estático XboxLiveDeviceAddress.GetLocal para obtener la XboxLiveDeviceAddress local.

Se aplica a