共用方式為


ValueProviderDictionary.Values 屬性

定義

取得集合,其中包含 物件中的 IDictionary<TKey,TValue> 值。

public System.Collections.Generic.ICollection<System.Web.Mvc.ValueProviderResult> Values { get; }
member this.Values : System.Collections.Generic.ICollection<System.Web.Mvc.ValueProviderResult>
Public ReadOnly Property Values As ICollection(Of ValueProviderResult)

屬性值

實作 IDictionary<TKey,TValue> 介面之 物件中值的集合。

實作

適用於