VisibleIfNotEqualValueConverter Class

 

A converter that changes a boolean value to a visibility value.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  Microsoft.VisualStudio.PlatformUI.ValueConverter<TSource, TTarget>
    Microsoft.VisualStudio.PlatformUI.VisibleIfNotEqualValueConverter

public class VisibleIfNotEqualValueConverter : ValueConverter<object, Visibility>

NameDescription
System_CAPS_pubmethodVisibleIfNotEqualValueConverter()

Instantiates a new instance of the VisibleIfNotEqualValueConverter.

NameDescription
System_CAPS_pubpropertyVisibilityIfEqual

The visibility value if the values are equal.

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
Show: