BindConvert Method

DynamicMetaObject.BindConvert Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Performs the binding of the dynamic conversion operation.

Namespace:  System.Dynamic
Assembly:  System.Core (in System.Core.dll)

public virtual DynamicMetaObject BindConvert(
	ConvertBinder binder
)

Parameters

binder
Type: System.Dynamic.ConvertBinder
An instance of the ConvertBinder that represents the details of the dynamic operation.

Return Value

Type: System.Dynamic.DynamicMetaObject
The new DynamicMetaObject representing the result of the binding.

In Visual Basic, only explicit conversion is supported. If you override this method, it is called by using the Microsoft.VisualBasic.Conversion.CTypeDynamic``1(System.Object) or Microsoft.VisualBasic.Conversion.CTypeDynamic(System.Object,System.Type) functions.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft