IProgrammableDataQuery3.ExitQuery2(Object, Object, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
cli::array <System::Object ^> ^ ExitQuery2(System::Object ^ returnValue, System::Object ^ thisArg, cli::array <System::Object ^> ^ args);
public object[] ExitQuery2 (object returnValue, object thisArg, object[] args);
abstract member ExitQuery2 : obj * obj * obj[] -> obj[]
Public Function ExitQuery2 (returnValue As Object, thisArg As Object, args As Object()) As Object()
Parameters
- returnValue
- Object
- thisArg
- Object
- args
- Object[]
Returns
- Object[]