共用方式為


ValidationController.ValidateCustom 方法 (IEnumerable<ModelElement>, array<String[])

驗證方法套用於集合中的每個項目。 在任一所選的類別中的每一種驗證方法會套用至清單中的每個項目。 類別目錄中的驗證方法是,如果有指定類別的 ValidationMethod 屬性。

命名空間:  Microsoft.VisualStudio.Modeling.Validation
組件:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

語法

'宣告
Public Overridable Function ValidateCustom ( _
    subjects As IEnumerable(Of ModelElement), _
    ParamArray customCategories As String() _
) As Boolean
public virtual bool ValidateCustom(
    IEnumerable<ModelElement> subjects,
    params string[] customCategories
)

參數

  • customCategories
    型別:array<System.String[]
    指定何種驗證方法都是要套用到主體。如果有指定這個集合中的任何自訂類別的 ValidationMethod 屬性,會套用一種驗證方法。

傳回值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

ValidationController 類別

ValidateCustom 多載

Microsoft.VisualStudio.Modeling.Validation 命名空間