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)

屬性值

關於目前執行個體擁有者 (目前在該執行個體上具有鎖定) 的可序列化中繼資料資訊。

適用於