UserDataAccount.Id 属性

定义

获取唯一标识本地设备上的 UserDataAccount 的字符串。

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = userDataAccount.id;
Public ReadOnly Property Id As String

属性值

String

Platform::String

winrt::hstring

一个唯一标识本地设备上的 UserDataAccount 的字符串。

适用于