IProgrammableDataQuery2.FormatCollectedValues 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:
System::Collections::Generic::List<Microsoft::HistoricalDebuggerHost::CollectedValueTuple ^> ^ FormatCollectedValues(cli::array <System::Object ^> ^ results, Microsoft::HistoricalDebuggerHost::IProgrammableDataQueryEventData ^ data);
public System.Collections.Generic.List<Microsoft.HistoricalDebuggerHost.CollectedValueTuple> FormatCollectedValues (object[] results, Microsoft.HistoricalDebuggerHost.IProgrammableDataQueryEventData data);
abstract member FormatCollectedValues : obj[] * Microsoft.HistoricalDebuggerHost.IProgrammableDataQueryEventData -> System.Collections.Generic.List<Microsoft.HistoricalDebuggerHost.CollectedValueTuple>
Public Function FormatCollectedValues (results As Object(), data As IProgrammableDataQueryEventData) As List(Of CollectedValueTuple)
Parameters
- results
- Object[]