次の方法で共有


WorkflowComboBoxConverter Class

Definition

Convertor used by the action drop down combo box item( can be seen when one executes action directly from debugger) to provide combo box values from a given workflow. 

public ref class WorkflowComboBoxConverter : System::Windows::Data::IValueConverter
public class WorkflowComboBoxConverter : System.Windows.Data.IValueConverter
type WorkflowComboBoxConverter = class
    interface IValueConverter
Public Class WorkflowComboBoxConverter
Implements IValueConverter
Inheritance
WorkflowComboBoxConverter
Implements

Constructors

WorkflowComboBoxConverter()

Initializes a new instance of the WorkflowComboBoxConverter class.

Methods

Convert(Object, Type, Object, CultureInfo)

Provides combo box values from a given workflow.

ConvertBack(Object, Type, Object, CultureInfo)

Provides workflow values from combo box values.

Applies to