User.GetFromId(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得具有指定識別碼的使用者。
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
要取得之使用者的識別碼。
傳回
具有指定識別碼的使用者。