ActivityDesignerVerbCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes an instance of an ActivityDesignerVerbCollection.
Overloads
ActivityDesignerVerbCollection() |
Initializes an instance of an ActivityDesignerVerbCollection. |
ActivityDesignerVerbCollection(IEnumerable<ActivityDesignerVerb>) |
Initializes a new instance of the ActivityDesignerVerbCollection class by using the specified generic IEnumerable<T> collection of verbs. |
ActivityDesignerVerbCollection()
Initializes an instance of an ActivityDesignerVerbCollection.
public:
ActivityDesignerVerbCollection();
public ActivityDesignerVerbCollection ();
Public Sub New ()
Applies to
ActivityDesignerVerbCollection(IEnumerable<ActivityDesignerVerb>)
Initializes a new instance of the ActivityDesignerVerbCollection class by using the specified generic IEnumerable<T> collection of verbs.
public:
ActivityDesignerVerbCollection(System::Collections::Generic::IEnumerable<System::Workflow::ComponentModel::Design::ActivityDesignerVerb ^> ^ verbs);
public ActivityDesignerVerbCollection (System.Collections.Generic.IEnumerable<System.Workflow.ComponentModel.Design.ActivityDesignerVerb> verbs);
new System.Workflow.ComponentModel.Design.ActivityDesignerVerbCollection : seq<System.Workflow.ComponentModel.Design.ActivityDesignerVerb> -> System.Workflow.ComponentModel.Design.ActivityDesignerVerbCollection
Public Sub New (verbs As IEnumerable(Of ActivityDesignerVerb))
Parameters
- verbs
- IEnumerable<ActivityDesignerVerb>
A generic IEnumerable<T> collection of ActivityDesignerVerb objects.
Remarks
Use ActivityDesignerVerbCollection to create and manage an ActivityDesignerVerb collection.