WebPartMobilePage constructor
NOTE: This API is now obsolete.
Inicializa uma nova instância da classe WebPartMobilePage .
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Public Sub New
'Uso
Dim instance As New WebPartMobilePage()
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
public WebPartMobilePage()
Comentários
Cada objeto WebPartMobilePage obtém suas Web Parts de um objeto não-móvel WebPartPage correspondente, chamado de página de destino, para que você não pode criar uma página de WebPartMobilePage a menos que haja um correspondente do mobile não WebPartPage.