ViewModelBase.GetErrors - Méthode
Obtient les erreurs de validation pour le modèle de vue associée.
Espace de noms : Microsoft.SharePoint.Phone.Application
Assembly : Microsoft.SharePoint.Phone.Application (dans Microsoft.SharePoint.Phone.Application.dll)
Syntaxe
'Déclaration
Public Function GetErrors ( _
propertyName As String _
) As IEnumerable
'Utilisation
Dim instance As ViewModelBase
Dim propertyName As String
Dim returnValue As IEnumerable
returnValue = instance.GetErrors(propertyName)
public IEnumerable GetErrors(
string propertyName
)
Paramètres
propertyName
Type : System.StringNom du champ SharePoint.
Valeur renvoyée
Type : System.Collections.IEnumerable