XboxLiveDeviceAddress.CreateFromSnapshotBase64(String) 方法

定义

从 Base64 编码中存储的快照创建 XboxLiveDeviceAddress 对象。

使用此方法从先前调用 XboxLiveDeviceAddress.GetSnapshotAsBase64 返回的 Base64 编码快照创建 XboxLiveDeviceAddress

重要

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

public:
 static XboxLiveDeviceAddress ^ CreateFromSnapshotBase64(Platform::String ^ base64);
 static XboxLiveDeviceAddress CreateFromSnapshotBase64(winrt::hstring const& base64);
public static XboxLiveDeviceAddress CreateFromSnapshotBase64(string base64);
function createFromSnapshotBase64(base64)
Public Shared Function CreateFromSnapshotBase64 (base64 As String) As XboxLiveDeviceAddress

参数

base64
String

Platform::String

winrt::hstring

表示 XboxLiveDeviceAddress 的 Base64 编码快照。

返回

由快照表示的 XboxLiveDeviceAddress

注解

Base64 编码快照应源自以前在本地或远程设备上对 GetSnapshotAsBase64 的调用,无需修改。 如果快照的内容已更改或损坏,则返回 XboxLiveDeviceAddress 对象,但 IsValid 属性为 false;并且尝试使用 XboxLiveDeviceAddress 创建终结点对将失败。

适用于