IDesignerVerbProvider.GetVerbs(ActivityDesigner) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 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 關聯的動詞。