Partager via


VsValidationController.CreateValidationContext, méthode (IEnumerable<ModelElement>, array<String )

Fournissez une classe de contexte pour la validation

Espace de noms :  Microsoft.VisualStudio.Modeling.Shell
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Syntaxe

'Déclaration
Protected Overrides Function CreateValidationContext ( _
    subjects As IEnumerable(Of ModelElement), _
    customCategories As String() _
) As ValidationContext
protected override ValidationContext CreateValidationContext(
    IEnumerable<ModelElement> subjects,
    string[] customCategories
)

Paramètres

  • customCategories
    Type : array<System.String[]
    Une liste de chaîne spécifiée personnalisés.Cela permet la méthode de validation avec la chaîne donnée à valider.

Valeur de retour

Type : Microsoft.VisualStudio.Modeling.Validation.ValidationContext

Sécurité .NET Framework

Voir aussi

Référence

VsValidationController Classe

CreateValidationContext, surcharge

Microsoft.VisualStudio.Modeling.Shell, espace de noms