MultiValueConverterBase<TTarget> Class
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.
These types are forwarded from MS.VS.Shell.14.dll
generic <typename TTarget>
public ref class MultiValueConverterBase abstract : System::Windows::Data::IMultiValueConverter
public abstract class MultiValueConverterBase<TTarget> : System.Windows.Data.IMultiValueConverter
type MultiValueConverterBase<'arget> = class
interface IMultiValueConverter
Public MustInherit Class MultiValueConverterBase(Of TTarget)
Implements IMultiValueConverter
- TTarget
The target type.
- Inheritance
-
MultiValueConverterBase<TTarget>
- Derived
- Implements
Multi |
Initializes a new instance of MultiValueConverter. |
Multi |
Check |
Validates that |
Convert(Object[], Type, Object, Culture |
Primary Convert(Object[], Type, Object, CultureInfo) entry point |
Convert |
Primary ConvertBack(Object, Type[], Object, CultureInfo) entry point |
Convert |
|
Convert |
|
Make |
An exception thrown when the converter function isn’t defined. |
Validate |
Validates the parameters passed to IMultiValueConverter.ConvertBack |
Validate |
Validates the parameters passed to IMultiValueConverter.Convert |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |