InstancePersistenceContext.UserContext 屬性

定義

取得綁定在當前實例句柄上的使用者上下文資訊。

public:
 property System::Object ^ UserContext { System::Object ^ get(); };
public object UserContext { get; }
member this.UserContext : obj
Public ReadOnly Property UserContext As Object

屬性值

使用者的上下文資訊。

備註

該物件是從 InstanceStore.OnNewInstanceHandle 回傳給目前實例 handle 的物件。

適用於