IProgrammableDataQuery.ExitQuery Method
Namespace: Microsoft.HistoricalDebuggerHost
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
‘선언
Function ExitQuery ( _
returnValue As Object _
) As Object()
Object[] ExitQuery(
Object returnValue
)
array<Object^>^ ExitQuery(
Object^ returnValue
)
abstract ExitQuery :
returnValue:Object -> Object[]
function ExitQuery(
returnValue : Object
) : Object[]
Parameters
- returnValue
Type: System.Object
Return Value
Type: array<System.Object[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.