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

调用所有验证方法设置元素,包括其

命名空间:  Microsoft.VisualStudio.Modeling.Shell
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)

语法

声明
Public Overrides Function ValidateCustom ( _
    subjects As IEnumerable(Of ModelElement), _
    ParamArray customCategories As String() _
) As Boolean
public override bool ValidateCustom(
    IEnumerable<ModelElement> subjects,
    params string[] customCategories
)

参数

  • customCategories
    类型:array<System.String[]
    字符串列表。验证方法,都将执行如果有等于一个指定字符串的自定义验证字符串。

返回值

类型:System.Boolean

备注

使用此方法调用您在 ValidationMethod 属性指定了自定义类别的验证方法。 每个自定义类别由字符串以确定的。

.NET Framework 安全性

请参见

参考

VsValidationController 类

ValidateCustom 重载

Microsoft.VisualStudio.Modeling.Shell 命名空间