共用方式為


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 命名空間