Share via


BaseDataListDesigner.Verbs 属性

定义

获取此设计器可用的谓词的集合。

public:
 virtual property System::ComponentModel::Design::DesignerVerbCollection ^ Verbs { System::ComponentModel::Design::DesignerVerbCollection ^ get(); };
public override System.ComponentModel.Design.DesignerVerbCollection Verbs { get; }
member this.Verbs : System.ComponentModel.Design.DesignerVerbCollection
Public Overrides ReadOnly Property Verbs As DesignerVerbCollection

属性值

包含可供设计器使用的谓词的集合。

适用于