InstancePersistenceEvent<T>(XName) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 (名前空間と名前の組み合わせ)。