ILClassificationResponse.UserInfo 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定回應資料,做為 JSON 字典。
public virtual Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> UserInfo { [Foundation.Export("userInfo", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setUserInfo:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.UserInfo : Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> with get, set
屬性值
回應資料,做為 JSON 字典。
- 屬性