MultiValueConverter<T1,T2,T3,T4,T5,TTarget> Class
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.
Microsoft internal use only.
generic <typename T1, typename T2, typename T3, typename T4, typename T5, typename TTarget>
public ref class MultiValueConverter : Microsoft::VisualStudio::PlatformUI::MultiValueConverterBase<TTarget>
template <typename T1, typename T2, typename T3, typename T4, typename T5, typename TTarget>
[Windows::Foundation::Metadata::WebHostHidden]
class MultiValueConverter : Microsoft::VisualStudio::PlatformUI::MultiValueConverterBase<TTarget>
public class MultiValueConverter<T1,T2,T3,T4,T5,TTarget> : Microsoft.VisualStudio.PlatformUI.MultiValueConverterBase<TTarget>
type MultiValueConverter<'T1, 'T2, 'T3, 'T4, 'T5, 'arget> = class
inherit MultiValueConverterBase<'arget>
Public Class MultiValueConverter(Of T1, T2, T3, T4, T5, TTarget)
Inherits MultiValueConverterBase(Of TTarget)
Type Parameters
- T1
- T2
- T3
- T4
- T5
- TTarget
- Inheritance
Constructors
MultiValueConverter<T1,T2,T3,T4,T5,TTarget>() |
Microsoft internal use only. |