InOutArgumentConverter Constructors
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.
Initializes a new instance of the InOutArgumentConverter class.
Overloads
InOutArgumentConverter() |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the InOutArgumentConverter class. |
InOutArgumentConverter(Type) |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the InOutArgumentConverter class using the specified type. |
InOutArgumentConverter()
Initializes a new instance of the InOutArgumentConverter class.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
InOutArgumentConverter();
public InOutArgumentConverter ();
Public Sub New ()
Applies to
InOutArgumentConverter(Type)
Initializes a new instance of the InOutArgumentConverter class using the specified type.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
InOutArgumentConverter(Type ^ type);
public InOutArgumentConverter (Type type);
new System.Activities.XamlIntegration.InOutArgumentConverter : Type -> System.Activities.XamlIntegration.InOutArgumentConverter
Public Sub New (type As Type)
Parameters
- type
- Type
The type of the associated InOutArgument.