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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。