GoogleHelper.GetId(JObject) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 Google 使用者識別碼。
public:
static System::String ^ GetId(Newtonsoft::Json::Linq::JObject ^ user);
public static string GetId (Newtonsoft.Json.Linq.JObject user);
static member GetId : Newtonsoft.Json.Linq.JObject -> string
Public Shared Function GetId (user As JObject) As String
參數
- user
- Newtonsoft.Json.Linq.JObject