共用方式為


IDesignerVerbProvider.GetVerbs(ActivityDesigner) 方法

定義

傳回 ActivityDesignerVerb 集合,這個集合與指定的 ActivityDesigner 關聯。

public:
 System::Workflow::ComponentModel::Design::ActivityDesignerVerbCollection ^ GetVerbs(System::Workflow::ComponentModel::Design::ActivityDesigner ^ activityDesigner);
public System.Workflow.ComponentModel.Design.ActivityDesignerVerbCollection GetVerbs (System.Workflow.ComponentModel.Design.ActivityDesigner activityDesigner);
abstract member GetVerbs : System.Workflow.ComponentModel.Design.ActivityDesigner -> System.Workflow.ComponentModel.Design.ActivityDesignerVerbCollection
Public Function GetVerbs (activityDesigner As ActivityDesigner) As ActivityDesignerVerbCollection

參數

activityDesigner
ActivityDesigner

要為其傳回活動動詞集合的 ActivityDesigner

傳回

ActivityDesignerVerbCollection,其中包含與 ActivityDesigner 關聯的動詞。

適用於