共用方式為


WebPart.Subtitle property

會傳回Caption屬性的值。

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

Syntax

'宣告
Public Overrides ReadOnly Property Subtitle As String
    Get
'用途
Dim instance As WebPart
Dim value As String

value = instance.Subtitle
public override string Subtitle { get; }

Property value

Type: System.String
字串,其中包含Caption屬性的值。

Implements

IWebPart.Subtitle

備註

若要提供的 SharePoint 網頁組件回溯功能,這個屬性會被覆寫。

請參閱

參照

WebPart class

WebPart members

Microsoft.SharePoint.WebPartPages namespace