Compartilhar via


WebPartMobileAdapter.CreateWebPartLabel method

NOTE: This API is now obsolete.

Obtém um rótulo que contém o título da Web Part.

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 Function CreateWebPartLabel As Label
'Uso
Dim returnValue As Label

returnValue = Me.CreateWebPartLabel()
[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 Label CreateWebPartLabel()

Valor retornado

Type: System.Web.UI.MobileControls.Label
O título da Web Part.

Comentários

O título é negrito se o navegador oferecer suporte a texto em negrito.

Ver também

Referência

WebPartMobileAdapter class

WebPartMobileAdapter members

Microsoft.SharePoint.WebPartPages namespace