ComposablePartDefinition.Metadata 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個 ComposablePartDefinition 物件的中繼資料集合。
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; }
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)
屬性值
包含 ComposablePartDefinition 之中繼資料的集合。 預設為空白、唯讀的 IDictionary<TKey,TValue> 物件。
備註
此屬性的覆寫應該傳回具有區分大小寫、非語言比較子的唯讀 IDictionary<TKey,TValue> 物件,例如 Ordinal,而且絕對不會傳回 null
。 ComposablePartDefinition如果 不包含元數據,請改為傳回空IDictionary<TKey,TValue>的物件。