Partager via


ViewModelBase.errorList - Champ

Collection de banques de chaîne d'erreur de validation pour chaque champ avec le nom du champ comme clé.

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

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public errorList As Dictionary(Of String, List(Of String))
'Utilisation
Dim instance As ViewModelBase
Dim value As Dictionary(Of String, List(Of String))

value = instance.errorList

instance.errorList = value
[DataMemberAttribute]
public Dictionary<string, List<string>> errorList

Voir aussi

Référence

ViewModelBase classe

ViewModelBase - Membres

Microsoft.SharePoint.Phone.Application - Espace de noms