BaseShadow.ElementConverter Delegate

Do not use this delegate.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntax

'Declaration
Protected Delegate Function ElementConverter ( _
    source As Object _
) As Object
'Usage
Dim instance As New ElementConverter(AddressOf HandlerMethod)
protected delegate Object ElementConverter(
    Object source
)
protected delegate Object^ ElementConverter(
    Object^ source
)
JScript does not support delegates.

Parameters

Return Value

Type: System.Object

See Also

Reference

Microsoft.VisualStudio.TestTools.UnitTesting Namespace