LeftEllipsisTextBlockConverter.Convert Method
Namespace: Microsoft.TeamFoundation.Controls.WPF.Converters
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Function Convert ( _
value As Object(), _
targetType As Type, _
parameter As Object, _
culture As CultureInfo _
) As Object
public Object Convert(
Object[] value,
Type targetType,
Object parameter,
CultureInfo culture
)
public:
virtual Object^ Convert(
array<Object^>^ value,
Type^ targetType,
Object^ parameter,
CultureInfo^ culture
) sealed
abstract Convert :
value:Object[] *
targetType:Type *
parameter:Object *
culture:CultureInfo -> Object
override Convert :
value:Object[] *
targetType:Type *
parameter:Object *
culture:CultureInfo -> Object
public final function Convert(
value : Object[],
targetType : Type,
parameter : Object,
culture : CultureInfo
) : Object
Parameters
- value
Type: array<System.Object[]
- targetType
Type: System.Type
- parameter
Type: System.Object
- culture
Type: System.Globalization.CultureInfo
Return Value
Type: System.Object
Returns Object.
Implements
IMultiValueConverter.Convert(array<Object[], Type, Object, CultureInfo)
.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.