BooleanToCustomVisibilityConverter Methods
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| 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.) |

