OrBooleanConverter.Convert Method
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
‘선언
Public Function Convert ( _
values As Object(), _
targetType As Type, _
parameter As Object, _
culture As CultureInfo _
) As Object
‘사용 방법
Dim instance As OrBooleanConverter
Dim values As Object()
Dim targetType As Type
Dim parameter As Object
Dim culture As CultureInfo
Dim returnValue As Object
returnValue = instance.Convert(values, _
targetType, parameter, culture)
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<System.Object[]
- targetType
Type: System.Type
- parameter
Type: System.Object
- culture
Type: System.Globalization.CultureInfo
Return Value
Type: System.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.