IsEqualConverter.ConvertBack Method (Boolean, Object, CultureInfo)
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Protected Overrides Function ConvertBack ( _
value As Boolean, _
parameter As Object, _
culture As CultureInfo _
) As Object
protected override Object ConvertBack(
bool value,
Object parameter,
CultureInfo culture
)
protected:
virtual Object^ ConvertBack(
bool value,
Object^ parameter,
CultureInfo^ culture
) override
abstract ConvertBack :
value:bool *
parameter:Object *
culture:CultureInfo -> Object
override ConvertBack :
value:bool *
parameter:Object *
culture:CultureInfo -> Object
protected override function ConvertBack(
value : boolean,
parameter : Object,
culture : CultureInfo
) : Object
Parameters
- value
Type: Boolean
- parameter
Type: Object
- culture
Type: CultureInfo
Return Value
Type: Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.