de la propiedad WebPartMobileAdapter.MobilePage

Obtiene un objeto que representa la página actual, si la página es un objeto WebPartMobilePage .

Espacio de nombres:  Microsoft.SharePoint.WebPartPages
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Protected ReadOnly Property MobilePage As WebPartMobilePage
    Get
'Uso
Dim value As WebPartMobilePage

value = Me.MobilePage
protected WebPartMobilePage MobilePage { get; }

Valor de propiedad

Tipo: Microsoft.SharePoint.WebPartPages.WebPartMobilePage
WebPartMobilePage que representa la página actual. Esto es una referencia null (Nothing en Visual Basic) si la página actual no es de la de tipo WebPartMobilePage.

Comentarios

Puede utilizar esta propiedad para comprobar si la página actual es una WebPartMobilePage.

Vea también

Referencia

clase WebPartMobileAdapter

Miembros WebPartMobileAdapter

Espacio de nombres Microsoft.SharePoint.WebPartPages