StructuredCompositeActivityDesigner.SmartTagVerbs Property
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.
Gets a read-only collection of designer actions that are associated with the smart tags on the 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 override System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.ActivityDesignerVerb> SmartTagVerbs { get; }
member this.SmartTagVerbs : System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.ActivityDesignerVerb>
Protected Overrides ReadOnly Property SmartTagVerbs As ReadOnlyCollection(Of ActivityDesignerVerb)
Property Value
A DesignerAction read-only collection that contains all the actions associated with the smart tags on the designer.
Remarks
The collection is returned only if the StructuredCompositeActivityDesigner hosts multiple views. Use the Views property to determine how many views the current designer hosts.