共用方式為


PropertyInterceptionContext<TValue>.FindUserState(String) 方法

定義

取得值,其中包含與作業相關聯的任意使用者指定狀態資訊。

public object FindUserState (string key);
member this.FindUserState : string -> obj
Public Function FindUserState (key As String) As Object

參數

key
String

用來識別使用者狀態的索引鍵。

傳回

如果找不到指定索引鍵的使用者狀態集,則為 null。

適用於