DebuggerUtils.GetWorkflowDebuggerFunctions 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.
Helper method to return an enumeration of workflow debugger functions.
public:
static System::Collections::Generic::IEnumerable<System::String ^> ^ GetWorkflowDebuggerFunctions();
public static System.Collections.Generic.IEnumerable<string> GetWorkflowDebuggerFunctions ();
static member GetWorkflowDebuggerFunctions : unit -> seq<string>
Public Shared Function GetWorkflowDebuggerFunctions () As IEnumerable(Of String)