获取与SPUserCodeWebPart关联的自定义谓词的集合。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overrides ReadOnly Property Verbs As WebPartVerbCollection
Get
用法
Dim instance As SPUserCodeWebPart
Dim value As WebPartVerbCollection
value = instance.Verbs
public override WebPartVerbCollection Verbs { get; }
属性值
类型:System.Web.UI.WebControls.WebParts.WebPartVerbCollection
与SPUserCodeWebPart关联的自定义谓词的集合。