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 を呼び出すだけです。

適用対象

こちらもご覧ください