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(名稱空間與名稱的結合)活動。

適用於