共用方式為


ModelMetadata.AdditionalValues 屬性

定義

取得字典,其中包含模型的其他中繼資料。

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)

屬性值

字典,包含模型的其他中繼資料。

適用於