Partager via


ViewModelBase.RemoveError - Méthode

Supprime une chaîne d'erreur de la collection de Errorstring pour le champ spécifié. Déclencher événement ainsi qu'aux propager l'erreur de validation à l'interface utilisateur

Espace de noms :  Microsoft.SharePoint.Phone.Application
Assembly :  Microsoft.SharePoint.Phone.Application (dans Microsoft.SharePoint.Phone.Application.dll)

Syntaxe

'Déclaration
Protected Sub RemoveError ( _
    propertyName As String, _
    error As String _
)
'Utilisation
Dim propertyName As String
Dim error As String

Me.RemoveError(propertyName, error)
protected void RemoveError(
    string propertyName,
    string error
)

Paramètres

  • error
    Type : System.String

    Erreur de validation sous forme de chaîne

Voir aussi

Référence

ViewModelBase classe

ViewModelBase - Membres

Microsoft.SharePoint.Phone.Application - Espace de noms