共用方式為


User.GetFromId(String) 方法

定義

取得具有指定識別碼的使用者。

public:
 static User ^ GetFromId(Platform::String ^ nonRoamableId);
 static User GetFromId(winrt::hstring const& nonRoamableId);
public static User GetFromId(string nonRoamableId);
function getFromId(nonRoamableId)
Public Shared Function GetFromId (nonRoamableId As String) As User

參數

nonRoamableId
String

Platform::String

winrt::hstring

要取得之使用者的識別碼。

傳回

具有指定識別碼的使用者。

適用於