SPUserCodeWebPart.Verbs property
取得與SPUserCodeWebPart相關聯的自訂動詞命令集合。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides ReadOnly Property Verbs As WebPartVerbCollection
Get
'用途
Dim instance As SPUserCodeWebPart
Dim value As WebPartVerbCollection
value = instance.Verbs
public override WebPartVerbCollection Verbs { get; }
Property value
Type: System.Web.UI.WebControls.WebParts.WebPartVerbCollection
SPUserCodeWebPart 相關聯的自訂動詞命令集合。