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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.