ActualHighContrastConverter Class

Definition

Determines the correct value for whether or not to use high-contrast images.

public ref class ActualHighContrastConverter sealed : Microsoft::VisualStudio::PlatformUI::MultiValueConverter<Nullable<bool>, bool, bool>
public ref class ActualHighContrastConverter sealed : Microsoft::VisualStudio::PlatformUI::MultiValueConverter<Nullable<bool>, bool, bool>
class ActualHighContrastConverter sealed : Microsoft::VisualStudio::PlatformUI::MultiValueConverter<Nullable<bool>, bool, bool>
public sealed class ActualHighContrastConverter : Microsoft.VisualStudio.PlatformUI.MultiValueConverter<bool?,bool,bool>
type ActualHighContrastConverter = class
    inherit MultiValueConverter<Nullable<bool>, bool, bool>
Public NotInheritable Class ActualHighContrastConverter
Inherits MultiValueConverter(Of Nullable(Of Boolean), Boolean, Boolean)
Inheritance

Constructors

ActualHighContrastConverter()

Initializes a new instance of the converter.

Fields

Instance

An instance of the converter.

Methods

CheckValue<T>(Object[], Int32, String)

Validates that values[index] is of type T

(Inherited from MultiValueConverterBase<TTarget>)
Convert(Object[], Type, Object, CultureInfo)

Microsoft internal use only.

(Inherited from MultiValueConverter<T1,T2,TTarget>)
Convert(T1, T2, Object, CultureInfo)

Microsoft internal use only.

(Inherited from MultiValueConverter<T1,T2,TTarget>)
ConvertBack(Object, Type[], Object, CultureInfo)

Microsoft internal use only.

(Inherited from MultiValueConverter<T1,T2,TTarget>)
ConvertBack(TTarget, T1, T2, Object, CultureInfo)

Microsoft internal use only.

(Inherited from MultiValueConverter<T1,T2,TTarget>)
ConvertBackCore(Object, Type[], Object, CultureInfo) (Inherited from MultiValueConverter<T1,T2,TTarget>)
ConvertCore(Object[], Type, Object, CultureInfo) (Inherited from MultiValueConverter<T1,T2,TTarget>)
MakeConverterFunctionNotDefinedException(String)

An exception thrown when the converter function isn’t defined.

(Inherited from MultiValueConverterBase<TTarget>)
ValidateConvertBackParameters(Object, Type[])

Validates the parameters passed to IMultiValueConverter.ConvertBack

(Inherited from MultiValueConverterBase<TTarget>)
ValidateConvertParameters(Object[], Type)

Validates the parameters passed to IMultiValueConverter.Convert

(Inherited from MultiValueConverterBase<TTarget>)

Applies to