WebPartMobileAdapter.MobilePage property
Obtém um objeto que representa a página atual, se a página for um objeto WebPartMobilePage .
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Protected ReadOnly Property MobilePage As WebPartMobilePage
Get
'Uso
Dim value As WebPartMobilePage
value = Me.MobilePage
protected WebPartMobilePage MobilePage { get; }
Property value
Type: Microsoft.SharePoint.WebPartPages.WebPartMobilePage
Um WebPartMobilePage que representa a página atual. Isso é a null reference (Nothing in Visual Basic) se a página atual não for do tipo WebPartMobilePage.
Comentários
Você pode usar essa propriedade para testar se a página atual é um WebPartMobilePage.