Compartilhar via


WebPartMobilePage.OnInit method

NOTE: This API is now obsolete.

Representa o método que manipula o evento Init .

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.")> _
Protected Overrides Sub OnInit ( _
    e As EventArgs _
)
'Uso
Dim e As EventArgs

Me.OnInit(e)
[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.")]
protected override void OnInit(
    EventArgs e
)

Parâmetros

Comentários

Adiciona todas as Web Parts com adaptadores de móveis para a coleção de controles da página. No entanto, se a URL de solicitação inclui um QueryString que identifica uma determinada parte da Web e a página está no modo de exibição detalhes, somente a parte da Web especificada na URL será adicionada.

Ver também

Referência

WebPartMobilePage class

WebPartMobilePage members

Microsoft.SharePoint.WebPartPages namespace