Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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