ActivityDesigner.SmartTagVerbs Property

Definition

Gets a read-only collection of designer actions to associate with a smart tag on the activity designer.

protected:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Design::ActivityDesignerVerb ^> ^ SmartTagVerbs { System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Design::ActivityDesignerVerb ^> ^ get(); };
protected virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.ActivityDesignerVerb> SmartTagVerbs { get; }
member this.SmartTagVerbs : System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.ActivityDesignerVerb>
Protected Overridable ReadOnly Property SmartTagVerbs As ReadOnlyCollection(Of ActivityDesignerVerb)

Property Value

An ActivityDesignerVerb read-only collection to associate with the activity designer's smart tag.

Applies to