共用方式為


ValidationMetadata.ValidatorMetadata 屬性

定義

取得驗證程式的中繼資料專案清單。

public:
 property System::Collections::Generic::IList<System::Object ^> ^ ValidatorMetadata { System::Collections::Generic::IList<System::Object ^> ^ get(); };
public System.Collections.Generic.IList<object> ValidatorMetadata { get; }
member this.ValidatorMetadata : System.Collections.Generic.IList<obj>
Public ReadOnly Property ValidatorMetadata As IList(Of Object)

屬性值

備註

IValidationMetadataProvider 實作應該在此清單中儲存中繼資料專案,以供 稍後由 取用 IModelValidatorProvider

適用於