PSWorkflowConfigurationProvider.CreateWorkflowExtensions Method
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.
CreateWorkflowExtensions
public:
virtual System::Collections::Generic::IEnumerable<System::Object ^> ^ CreateWorkflowExtensions();
public virtual System.Collections.Generic.IEnumerable<object> CreateWorkflowExtensions ();
abstract member CreateWorkflowExtensions : unit -> seq<obj>
override this.CreateWorkflowExtensions : unit -> seq<obj>
Public Overridable Function CreateWorkflowExtensions () As IEnumerable(Of Object)