Freigeben über


WebPartMobileAdapter.CreateWebPartLabel-Methode

HINWEIS: Diese API ist veraltet.

Ruft eine Beschriftung mit dem Titel des Webparts.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<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
'Usage
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()

Rückgabewert

Typ: System.Web.UI.MobileControls.Label
Der Titel des Webparts.

Hinweise

Der Titel ist fett formatiert, wenn der Browser fett formatierten Text unterstützt.

Siehe auch

Referenz

WebPartMobileAdapter Klasse

WebPartMobileAdapter-Member

Microsoft.SharePoint.WebPartPages-Namespace