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