共用方式為


DataFormWebPart.Toolbar property

取得或設定DataFormWebPart的工具列。

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

Syntax

'宣告
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property Toolbar As String
    Get
    Set
'用途
Dim instance As DataFormWebPart
Dim value As String

value = instance.Toolbar

instance.Toolbar = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public string Toolbar { get; set; }

Property value

Type: System.String
字串,包含工具列的Collaborative Application Markup Language (CAML)定義。

請參閱

參照

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace