ModelMetadata.AdditionalValues 屬性

定義

會取得包含模型額外元資料的集合。

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

屬性值

一個包含模型額外元資料的集合。

適用於