StoreContext.User 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與多使用者應用程式中目前 StoreCoNtext 物件相關聯之使用者的相關資訊。
public:
property User ^ User { User ^ get(); };
User User();
public User User { get; }
var user = storeContext.user;
Public ReadOnly Property User As User
屬性值
物件,提供與多使用者應用程式中目前 StoreCoNtext 物件相關聯之使用者的相關資訊。
備註
此屬性僅適用于 多使用者應用程式的內容。 在此案例中,User屬性會傳回您在為特定使用者建立StoreCoNtext物件時傳遞至GetForUser方法的相同User物件。
如果您的應用程式是單一使用者應用程式, (也就是說,它只會在啟動應用程式的使用者內容中執行) ,此屬性會傳回 null。