SPMobileComponent.MobileContext - Propriété
Obtient un objet contenant des informations sur le contexte qui est particulièrement pertinente pour les utilisateurs mobiles, tels que le langage de balisage de l'appareil mobile.
Espace de noms : Microsoft.SharePoint.Mobile.WebControls
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Protected Overridable ReadOnly Property MobileContext As SPMobileContext
Get
'Utilisation
Dim value As SPMobileContext
value = Me.MobileContext
protected virtual SPMobileContext MobileContext { get; }
Valeur de propriété
Type : Microsoft.SharePoint.SPMobileContext
Un objet SPMobileContext contenant des informations sur un contexte mobile.
Remarques
L'implémentation par défaut retourne la valeur de la propriété MobileContext de la propriété SharePointContext . Pour simplifier votre code, utilisez SPMobileComponent.MobileContext plutôt que Microsoft.SharePoint.Mobile.WebControls.SPMobileComponent.SharePointContext.MobileContext . Ne substituez pas SPMobileComponent.MobileContext ou créer une chance que ses propriétés obtiendra les valeurs incohérentes avec celles de Microsoft.SharePoint.Mobile.WebControls.SPMobileComponent.SharePointContext.MobileContext.