Compartilhar via


AndBooleanConverter.Convert Method

Microsoft internal use only.

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

Syntax

'Declaration
Public Function Convert ( _
    values As Object(), _
    targetType As Type, _
    parameter As Object, _
    culture As CultureInfo _
) As Object
public Object Convert(
    Object[] values,
    Type targetType,
    Object parameter,
    CultureInfo culture
)
public:
virtual Object^ Convert(
    array<Object^>^ values, 
    Type^ targetType, 
    Object^ parameter, 
    CultureInfo^ culture
) sealed
abstract Convert : 
        values:Object[] * 
        targetType:Type * 
        parameter:Object * 
        culture:CultureInfo -> Object  
override Convert : 
        values:Object[] * 
        targetType:Type * 
        parameter:Object * 
        culture:CultureInfo -> Object
public final function Convert(
    values : Object[], 
    targetType : Type, 
    parameter : Object, 
    culture : CultureInfo
) : Object

Parameters

  • values
    Type: array<Object[]

    The set of values.

  • targetType
    Type: Type

    The target type.

  • parameter
    Type: Object

    The conversion parameter.

  • culture
    Type: CultureInfo

    The culture.

Return Value

Type: Object
true if the values combine with logical AND equal true, otherwise false.

Implements

IMultiValueConverter.Convert(Object, Type, Object, CultureInfo)

.NET Framework Security

See Also

Reference

AndBooleanConverter Class

Microsoft.VisualStudio.PlatformUI Namespace