共用方式為


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 傳回的物件。

適用於