Share via


XboxLiveEndpointPair.RemoteDeviceAddress 属性

定义

获取远程终结点的 XboxLiveDeviceAddress

重要

此 API 并非适用于所有应用。 除非你的开发人员帐户由 Microsoft 专门预配,否则对这些 API 的调用将在运行时失败。

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

属性值

远程 XboxLiveDeviceAddress

注解

没有用于检索本地 XboxLiveDeviceAddress 的 XboxLiveEndpointPair 方法。 使用 XboxLiveDeviceAddress.GetLocal 静态方法获取本地 XboxLiveDeviceAddress

适用于