Share via


ChoiceItemsConverter Class

 

One-way converter from Image to ImageSource.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Controls.ChoiceItemsConverter

Syntax

[ValueConversionAttribute(typeof(int), typeof(List<string>))]
public class ChoiceItemsConverter : IMultiValueConverter
[ValueConversionAttribute((int::typeid), (List<String^>^::typeid))]
public ref class ChoiceItemsConverter : IMultiValueConverter
<ValueConversionAttribute(GetType(Integer), GetType(List(Of String)))>
Public Class ChoiceItemsConverter
    Implements IMultiValueConverter

Constructors

Name Description
System_CAPS_pubmethod ChoiceItemsConverter()

Creates a new instance of the ChoiceItemsConverter object.

Methods

Name Description
System_CAPS_pubmethod Convert(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_pubmethod ConvertBack(Object, Type[], Object, CultureInfo)

Converts a binding target value to the source binding values.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.WindowsServerSolutions.Controls Namespace

Return to top