共用方式為


WebPart.Title property

取得或設定標題出現在網頁組件標題列中。

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

Syntax

'宣告
<WebPartStorageAttribute(Storage := Storage.Personal)> _
Public Overrides Property Title As String
    Get
    Set
'用途
Dim instance As WebPart
Dim value As String

value = instance.Title

instance.Title = value
[WebPartStorageAttribute(Storage = Storage.Personal)]
public override string Title { get; set; }

Property value

Type: System.String
字串,指定的網頁組件標題。預設值為System.Empty。

Implements

IWebPart.Title

備註

此屬性可以由個別使用者個人化。其WebPartStorageAttribute值為Storage.Personal,這會指定的屬性可以儲存每個使用者為基礎。僅使用正確的個人化網頁組件頁面的使用者可以設定這個屬性。以程式設計方式設定,或者它可以設定透過 [網頁組件] 工作窗格,在個人檢視中的 Web 型使用者介面中,或使用SharePoint Foundation– 相容的 HTML 編輯器,例如SharePoint Designer。

請參閱

參照

WebPart class

WebPart members

Microsoft.SharePoint.WebPartPages namespace