다음을 통해 공유


RSSAggregatorWebPartMobileAdapter.CreateMossWebPartLabel Method

Creates and returns a Label that contains the title of the RSSAggregatorWebPart retrieved from the RSS XML data.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Protected Overrides Function CreateMossWebPartLabel As Label
'Usage
Dim returnValue As Label

returnValue = Me.CreateMossWebPartLabel()
protected override Label CreateMossWebPartLabel()

Return Value

Type: System.Web.UI.MobileControls.Label
An object that contains the title of the RSS Web Part.

Remarks

This override displays the title of the Web Part that is being adapted if there is no title node in the RSS XML data.

The title is bold if the browser supports bold text.

See Also

Reference

RSSAggregatorWebPartMobileAdapter Class

RSSAggregatorWebPartMobileAdapter Members

Microsoft.SharePoint.Portal.WebControls Namespace