Share via


InstanceLockedException.SerializableInstanceOwnerMetadata 属性

定义

获取有关当前实例所有者(当前具有对此实例的锁定)的可序列化的元数据信息。 如果获得这些信息,这些信息由可序列化的实例所有者元数据的子集组成。 元数据可以包含信息,如当前拥有锁定的实例所有者的位置。

public:
 property System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Object ^> ^ SerializableInstanceOwnerMetadata { System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<System.Xml.Linq.XName,object> SerializableInstanceOwnerMetadata { get; }
member this.SerializableInstanceOwnerMetadata : System.Collections.Generic.IDictionary<System.Xml.Linq.XName, obj>
Public ReadOnly Property SerializableInstanceOwnerMetadata As IDictionary(Of XName, Object)

属性值

有关当前实例所有者(当前具有对此实例的锁定)的可序列化的元数据信息。

适用于