RemoveCommandConverter.Convert Method

Plusprofil Addin

RemoveCommandConverterConvert Method

[Missing <summary> documentation for "M:PlusprofilAddin.ViewModels.Commands.RemoveCommandConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo)"]

Namespace:  PlusprofilAddin.ViewModels.Commands
Assembly:  PlusprofilAddin (in PlusprofilAddin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Object Convert(
	Object[] values,
	Type targetType,
	Object parameter,
	CultureInfo culture
)

Parameters

values
Type: SystemObject

[Missing <param name="values"/> documentation for "M:PlusprofilAddin.ViewModels.Commands.RemoveCommandConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo)"]

targetType
Type: SystemType

[Missing <param name="targetType"/> documentation for "M:PlusprofilAddin.ViewModels.Commands.RemoveCommandConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo)"]

parameter
Type: SystemObject

[Missing <param name="parameter"/> documentation for "M:PlusprofilAddin.ViewModels.Commands.RemoveCommandConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo)"]

culture
Type: System.GlobalizationCultureInfo

[Missing <param name="culture"/> documentation for "M:PlusprofilAddin.ViewModels.Commands.RemoveCommandConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:PlusprofilAddin.ViewModels.Commands.RemoveCommandConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo)"]

Implements

IMultiValueConverterConvert(Object, Type, Object, CultureInfo)
See Also