WebFormsRootDesigner.Verbs 屬性

定義

取得設計時動詞,這些動詞由設計師支援。

protected:
 property System::ComponentModel::Design::DesignerVerbCollection ^ Verbs { System::ComponentModel::Design::DesignerVerbCollection ^ get(); };
protected System.ComponentModel.Design.DesignerVerbCollection Verbs { get; }
member this.Verbs : System.ComponentModel.Design.DesignerVerbCollection
Protected ReadOnly Property Verbs As DesignerVerbCollection

屬性值

設計者支援的物件陣列 DesignerVerb ;否則,若組件沒有動詞,則為 null

備註

Note

通常,設計時環境會在元件的快捷選單上提供 屬性 指令。 因此,請不要在設計者指定的動詞集合中包含類似條目。

適用於

另請參閱