MultiValueConverterBase<TTarget> 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.
Overloads
MultiValueConverterBase<TTarget>() |
Initializes a new instance of MultiValueConverter. |
MultiValueConverterBase<TTarget>(Type[]) |
MultiValueConverterBase<TTarget>()
Initializes a new instance of MultiValueConverter.
protected:
MultiValueConverterBase();
protected:
MultiValueConverterBase();
MultiValueConverterBase();
protected MultiValueConverterBase ();
Protected Sub New ()
Applies to
MultiValueConverterBase<TTarget>(Type[])
protected:
MultiValueConverterBase(cli::array <Type ^> ^ genericArguments);
protected MultiValueConverterBase (Type[] genericArguments);
new Microsoft.VisualStudio.PlatformUI.MultiValueConverterBase<'arget> : Type[] -> Microsoft.VisualStudio.PlatformUI.MultiValueConverterBase<'arget>
Protected Sub New (genericArguments As Type())
Parameters
- genericArguments
- Type[]