XboxLiveEndpointPairCreationResult.DeviceAddress 属性

定义

获取远程终结点的设备地址。

重要

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

public:
 property XboxLiveDeviceAddress ^ DeviceAddress { XboxLiveDeviceAddress ^ get(); };
XboxLiveDeviceAddress DeviceAddress();
public XboxLiveDeviceAddress DeviceAddress { get; }
var xboxLiveDeviceAddress = xboxLiveEndpointPairCreationResult.deviceAddress;
Public ReadOnly Property DeviceAddress As XboxLiveDeviceAddress

属性值

远程终结点的设备地址。

适用于