Compartilhar via


WebPartMobileContentPanel constructor

NOTE: This API is now obsolete.

Inicializa uma nova instância da classe WebPartMobileContentPanel .

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 WebPartMobileContentPanel()
[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 WebPartMobileContentPanel()

Comentários

Normalmente, um objeto WebPartMobileContentPanel é construído pelo método OnLoad() de um WebPartMobileAdapter.

Você não deve chamar o construtor do seu próprio código imperativo, mas você pode colocar incluir um objeto WebPartMobileContentPanel na sua marcação de um arquivo. aspx personalizada. Consulte as páginas /_layouts/mobile/mblwp.aspx e /_layouts/mobile/mblwiki.aspx para obter exemplos.

Ver também

Referência

WebPartMobileContentPanel class

WebPartMobileContentPanel members

Microsoft.SharePoint.WebPartPages namespace