VisibleIfEqualValueConverter Class

 

A converter for the visible if equal property.

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.VisibleIfEqualValueConverter

public class VisibleIfEqualValueConverter : ValueConverter<object, Visibility>

NameDescription
System_CAPS_pubmethodVisibleIfEqualValueConverter()

Instantiates a new instance of the converter.

NameDescription
System_CAPS_pubpropertyVisibilityIfNotEqual

Gets or sets the visibility if not 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: