Compartilhar via


SPContext.MobileContext property

Obtém o contexto móvel para o contexto de Microsoft SharePoint Foundation .

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public ReadOnly Property MobileContext As SPMobileContext
    Get
'Uso
Dim instance As SPContext
Dim value As SPMobileContext

value = instance.MobileContext
public SPMobileContext MobileContext { get; }

Property value

Type: Microsoft.SharePoint.SPMobileContext
Um objeto SPMobileContext que representa o contexto móvel.

Ver também

Referência

SPContext class

SPContext members

Microsoft.SharePoint namespace