MutableInterceptionContext.FindUserState(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,其中包含與作業相關聯的任意使用者指定狀態資訊。
public object FindUserState (string key);
member this.FindUserState : string -> obj
Public Function FindUserState (key As String) As Object
參數
傳回
使用者狀態集,如果找不到指定索引鍵,則為 null。
適用於