次の方法で共有


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 します。

適用対象

こちらもご覧ください