AndBooleanConverter.Convert Method
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
‘선언
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
)
Parameters
- values
Type: array<System.Object[]
The set of values.
- targetType
Type: System.Type
The target type.
- parameter
Type: System.Object
The conversion parameter.
- culture
Type: System.Globalization.CultureInfo
The culture.
Return Value
Type: System.Object
true if the values combine with logical AND equal true, otherwise false.
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.