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