ChoiceItemsConverter Class

 

One-way converter from Image to ImageSource.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

System::Object
  Microsoft.WindowsServerSolutions.Controls::ChoiceItemsConverter

[ValueConversionAttribute((int::typeid), (List<String^>^::typeid))]
public ref class ChoiceItemsConverter : IMultiValueConverter

NameDescription
System_CAPS_pubmethodChoiceItemsConverter()

Creates a new instance of the ChoiceItemsConverter object.

NameDescription
System_CAPS_pubmethodConvert(array<Object^>^, Type^, Object^, CultureInfo^)

Converts source values to a value for the binding target. The data binding engine calls this method when it propagates the values from source bindings to the binding target.

System_CAPS_pubmethodConvertBack(Object^, array<Type^>^, Object^, CultureInfo^)

Converts a binding target value to the source binding values.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: