SPMobileComponent.MobileContext property
Obtém um objeto que contém informações sobre o contexto é especialmente relevante para a computação móvel, como a linguagem de marcação do dispositivo móvel.
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Protected Overridable ReadOnly Property MobileContext As SPMobileContext
Get
'Uso
Dim value As SPMobileContext
value = Me.MobileContext
protected virtual SPMobileContext MobileContext { get; }
Property value
Type: Microsoft.SharePoint.SPMobileContext
Um objeto SPMobileContext contém informações de contexto móvel.
Comentários
A implementação padrão retorna o valor da propriedade MobileContext da propriedade SharePointContext . Use SPMobileComponent.MobileContext em vez Microsoft.SharePoint.Mobile.WebControls.SPMobileComponent.SharePointContext.MobileContext para simplificar o seu código. Não substituir SPMobileComponent.MobileContext ou criar uma chance de que suas propriedades obterá valores inconsistentes com os Microsoft.SharePoint.Mobile.WebControls.SPMobileComponent.SharePointContext.MobileContext.