BooleanToCustomVisibilityConverter Class
Microsoft internal use only. Converter from a boolean value to a Visibility constant. This convert allows the actual Visibility values to be specified as properties.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Microsoft.VisualStudio.PlatformUI.ValueConverter<TSource, TTarget>
Microsoft.VisualStudio.PlatformUI.BooleanToCustomVisibilityConverter
| Name | Description | |
|---|---|---|
![]() | BooleanToCustomVisibilityConverter() |
| Name | Description | |
|---|---|---|
![]() | VisibilityIfFalse | Gets or sets the visibility state to evaluate to if the input value is false. |
![]() | VisibilityIfTrue | Gets or sets the visibility state to evaluate to if the input value is true. |
| Name | Description | |
|---|---|---|
![]() | Convert(Boolean, Object, CultureInfo) | Converts a boolean value to a Visibility constant.(Overrides ValueConverter<TSource, TTarget>.Convert(TSource, Object, CultureInfo).) |
![]() | Convert(Object, Type, Object, CultureInfo) | Microsoft internal use only.(Inherited from ValueConverter<TSource, TTarget>.) |
![]() | ConvertBack(Object, Type, Object, CultureInfo) | Microsoft internal use only.(Inherited from ValueConverter<TSource, TTarget>.) |
![]() | ConvertBack(Visibility, Object, CultureInfo) | Converts a Visibility constant to a boolean value. This converter is invertible only if VisibilityIfTrue and VisibilityIfFalse map to different values (i.e. a one-to-one function). Similarly, multiplying by a scalar is not an invertible operation under certain conditions (if the scalar is zero).(Overrides ValueConverter<TSource, TTarget>.ConvertBack(TTarget, Object, CultureInfo).) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


