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)

プロパティ値

ディクショナリの値。

実装

適用対象