共用方式為


DesignerCommandSet.Verbs 屬性

定義

取得與所設計元件相關聯之所有設計工具動詞命令的集合。

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

屬性值

DesignerVerbCollection,包含相關聯之設計元件的設計工具動詞命令。

備註

基底實作只會使用字串參數 「Verbs」 呼叫 GetCommands

適用於

另請參閱