SingleElementToEnumerableConverter<T> 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 T>
public ref class SingleElementToEnumerableConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<T, System::Collections::Generic::IEnumerable<T> ^>
template <typename T>
[Windows::Foundation::Metadata::WebHostHidden]
class SingleElementToEnumerableConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<T, System::Collections::Generic::IEnumerable<T> const &>
public class SingleElementToEnumerableConverter<T> : Microsoft.VisualStudio.PlatformUI.ValueConverter<T,System.Collections.Generic.IEnumerable<T>>
type SingleElementToEnumerableConverter<'T> = class
inherit ValueConverter<'T, seq<'T>>
Public Class SingleElementToEnumerableConverter(Of T)
Inherits ValueConverter(Of T, IEnumerable(Of T))
Type Parameters
- T
- Inheritance
- Derived
Constructors
SingleElementToEnumerableConverter<T>() |
Microsoft internal use only. |
Methods
Convert(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
Convert(T, Object, CultureInfo) |
Microsoft internal use only. |
ConvertBack(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
ConvertBack(TTarget, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |