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(命名空间和名称的组合)。