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
- source
Type: System.Object
Return Value
Type: System.Object