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
)
参数
- subjects
类型:System.Collections.Generic.IEnumerable<ModelElement>
验证元素的列表。
- customCategories
类型:array<System.String[]
字符串列表。验证方法,都将执行如果有等于一个指定字符串的自定义验证字符串。
返回值
备注
使用此方法调用您在 ValidationMethod 属性指定了自定义类别的验证方法。 每个自定义类别由字符串以确定的。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。