共用方式為


ProgrammableDataQueryResultReader.FormatCollectedValues Method

Definition

Requests formatted collected values from the object represented by the given handle for the given results list. Returns an empty list if dataQueryHandle is null, or results is invalid.

public:
 System::Collections::Generic::List<Microsoft::HistoricalDebuggerHost::CollectedValueTuple ^> ^ FormatCollectedValues(System::Runtime::Remoting::ObjectHandle ^ dataQueryHandle, cli::array <System::Object ^> ^ results, Microsoft::HistoricalDebuggerHost::IProgrammableDataQueryEventData ^ data);
public System.Collections.Generic.List<Microsoft.HistoricalDebuggerHost.CollectedValueTuple> FormatCollectedValues (System.Runtime.Remoting.ObjectHandle dataQueryHandle, object[] results, Microsoft.HistoricalDebuggerHost.IProgrammableDataQueryEventData data);
member this.FormatCollectedValues : System.Runtime.Remoting.ObjectHandle * obj[] * Microsoft.HistoricalDebuggerHost.IProgrammableDataQueryEventData -> System.Collections.Generic.List<Microsoft.HistoricalDebuggerHost.CollectedValueTuple>
Public Function FormatCollectedValues (dataQueryHandle As ObjectHandle, results As Object(), data As IProgrammableDataQueryEventData) As List(Of CollectedValueTuple)

Parameters

dataQueryHandle
ObjectHandle

A handle to the programmable data query

results
Object[]

the results for the query

data
IProgrammableDataQueryEventData

The diagnostic event that is associated with this read.

Returns

A list returned from the programmable data query object, or an empty list if there is an error.

Applies to