WebFormsRootDesigner.Verbs 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得設計時動詞,這些動詞由設計師支援。
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
通常,設計時環境會在元件的快捷選單上提供 屬性 指令。 因此,請不要在設計者指定的動詞集合中包含類似條目。