ExportDefinition.Metadata 屬性

定義

取得合約的元資料。

public:
 virtual property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Metadata { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public virtual System.Collections.Generic.IDictionary<string,object> Metadata { get; }
member this.Metadata : System.Collections.Generic.IDictionary<string, obj>
Public Overridable ReadOnly Property Metadata As IDictionary(Of String, Object)

屬性值

.的 ExportDefinition元資料。 預設為空且唯讀 IDictionary<TKey,TValue> 的物件。

備註

覆寫此特性的處理應回傳一個唯讀 IDictionary<TKey,TValue> 物件,且帶有代寫且非語言的比較器,例如 Ordinal,且絕不應回傳 null

如果 不 ExportDefinition 包含元資料,則回傳 empty IDictionary<TKey,TValue>

適用於