次の方法で共有


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 (名前と組み合わされた名前空間)。

適用対象