Partager via


ItemViewModelBase.ViewState - Propriété

Permet d'accéder à l'objet d'état d'affichage. L'objet stocke les valeurs de champ affichage convivial pour le ListItem.

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

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property ViewState As Dictionary(Of String, Object)
    Get
    Set
'Utilisation
Dim instance As ItemViewModelBase
Dim value As Dictionary(Of String, Object)

value = instance.ViewState

instance.ViewState = value
[DataMemberAttribute]
public Dictionary<string, Object> ViewState { get; set; }

Valeur de propriété

Type : System.Collections.Generic.Dictionary<String, Object>
Dictionary

Voir aussi

Référence

ItemViewModelBase classe

ItemViewModelBase - Membres

Microsoft.SharePoint.Phone.Application - Espace de noms