共用方式為


InstancePersistenceEvent<T>(XName) 建構函式

定義

使用 XName 參數,初始化 InstancePersistenceEvent<T> 類別的執行個體。

protected:
 InstancePersistenceEvent(System::Xml::Linq::XName ^ name);
protected InstancePersistenceEvent (System.Xml.Linq.XName name);
new System.Runtime.DurableInstancing.InstancePersistenceEvent<'T (requires 'T :> System.Runtime.DurableInstancing.InstancePersistenceEvent<'T> and 'T : (new : unit -> 'T))> : System.Xml.Linq.XName -> System.Runtime.DurableInstancing.InstancePersistenceEvent<'T (requires 'T :> System.Runtime.DurableInstancing.InstancePersistenceEvent<'T> and 'T : (new : unit -> 'T))>
Protected Sub New (name As XName)

參數

name
XName

事件的 XName (與名稱結合的命名空間)。

適用於