IDesignerVerbProviderService.VerbProviders 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 an IDesignerVerbProvider read-only collection.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Design::IDesignerVerbProvider ^> ^ VerbProviders { System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Design::IDesignerVerbProvider ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.IDesignerVerbProvider> VerbProviders { get; }
member this.VerbProviders : System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.IDesignerVerbProvider>
Public ReadOnly Property VerbProviders As ReadOnlyCollection(Of IDesignerVerbProvider)
Property Value
An IDesignerVerbProvider read-only collection.
Remarks
VerbProviders returns an IDesignerVerbProvider collection that contains all verb providers associated with a specific ActivityDesigner.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.