VisibleIfEqualValueConverter::Convert Method (Object^, Object^, CultureInfo^)
Visual Studio 2015
Converts the value to a Visibility value.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
protected: virtual Visibility Convert( Object^ value, Object^ parameter, CultureInfo^ culture ) override
Parameters
- value
-
Type:
System::Object^
The value to compare
- parameter
-
Type:
System::Object^
The parameter to which to compare the value.
- culture
-
Type:
System.Globalization::CultureInfo^
The culture in which to make the comparison.
Return Value
Type: System.Windows::VisibilityIf equal, returns P:System.Windows.Visibility.Visible; otherwise returns VisibilityIfNotEqual.
Show: