編集

次の方法で共有


ActivityDesigner.Verbs Property

Definition

Gets the collection of verbs to be associated with the designer.

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

Property Value

The collection of verbs to be associated with the designer.

Remarks

Use the Verbs method to determine the verbs to show on the Context Menu.

Applies to