ESRI.ArcGIS.ADF.Tasks
Invoke(Delegate,Object[]) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks.Design.Editors Namespace > FindAddressPropertiesEditor Class > Invoke Method : Invoke(Delegate,Object[]) Method




method
args

Syntax

Visual Basic (Declaration) 
Public Overloads Function Invoke( _
   ByVal method As Delegate, _
   ByVal ParamArray args() As Object _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As FindAddressPropertiesEditor
Dim method As Delegate
Dim args() As Object
Dim value As Object
 
value = instance.Invoke(method, args)
C# 
public object Invoke( 
   Delegate method,
   params object[] args
)

Parameters

method
args

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.