LanguageService::Invoke Method (Delegate^, array<Object^>^)
Visual Studio 2015
Called to invoke a task specified by the given delegate.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- method
-
Type:
System::Delegate^
[in] The method to invoke as represented by a Delegate object.
- args
-
Type:
array<System::Object^>^
[in] An array of possible arguments for the method.
Return Value
Type: System::Object^Returns an IAsyncResult object or null if the invoke operation failed.
The IAsyncResult object represents the return value of the invoked method.
Show: