SPMobileComponent.View, propriété (Microsoft.SharePoint.MobileControls)

Gets or sets the current view for the SPMobileComponent when it represents a list.

Espace de noms : Microsoft.SharePoint.MobileControls
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)

Syntaxe

'Déclaration
Public Overridable Property View As SPView
'Utilisation
Dim instance As SPMobileComponent
Dim value As SPView

value = instance.View

instance.View = value
public virtual SPView View { get; set; }

Valeur de la propriété

An SPView that represents the current view of the list represented by the SPMobileComponent.

Notes

In the default implementation, when SPMobileComponent represents a field or some other entity that is not a list view, View is the current view. If there is no current view, View is the value of the parent control's View property.

Voir aussi

Référence

SPMobileComponent, classe
Membres SPMobileComponent
Microsoft.SharePoint.MobileControls, espace de noms