BooleanToHiddenVisibilityConverter::Convert Method (Boolean, Object^, CultureInfo^)

 

Microsoft internal use only.

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

protected:
virtual Visibility Convert(
	bool value,
	Object^ parameter,
	CultureInfo^ culture
) override

Parameters

value
Type: System::Boolean

Value to convert

parameter
Type: System::Object^

Conversion parameter.

culture
Type: System.Globalization::CultureInfo^

Culture for conversion.

Return Value

Type: System.Windows::Visibility

Microsoft internal use only.

Return to top
Show: