ModelStateDictionary.Values 属性

定义

获取包含词典中的值的集合。

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

属性值

ICollection<ModelState>

字典的值。

实现

适用于