ProgrammableDataQueryResultReader.FormatCollectedValues 方法

定义

请求按给定结果列表给定句柄表示的对象格式收集的值。 如果 dataQueryHandle 为 null 或结果无效,则返回空列表。

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)

参数

dataQueryHandle
ObjectHandle

可编程数据查询的句柄

results
Object[]

查询的结果

data
IProgrammableDataQueryEventData

与此读取关联的诊断事件。

返回

List<CollectedValueTuple>

从可编程数据查询对象返回的列表,如果出现错误,则为空列表。

适用于