ProgrammableDataQueryResultReader.FormatName Method

Definition

Requests a name from the object represented by the given handle for the given results list. Returns null if the pdq doesn't implement the IProgrammableDataQuery3 interface of if an error occurs requesting the formatted string.

public:
 System::String ^ FormatName(System::Runtime::Remoting::ObjectHandle ^ dataQueryHandle, cli::array <System::Object ^> ^ results, Microsoft::HistoricalDebuggerHost::IProgrammableDataQueryEventData ^ data);
public string FormatName (System.Runtime.Remoting.ObjectHandle dataQueryHandle, object[] results, Microsoft.HistoricalDebuggerHost.IProgrammableDataQueryEventData data);
member this.FormatName : System.Runtime.Remoting.ObjectHandle * obj[] * Microsoft.HistoricalDebuggerHost.IProgrammableDataQueryEventData -> string
Public Function FormatName (dataQueryHandle As ObjectHandle, results As Object(), data As IProgrammableDataQueryEventData) As String

Parameters

dataQueryHandle
ObjectHandle

A handle to the programmable data query

results
Object[]

the results for the query

data
IProgrammableDataQueryEventData

The notify point data associated with this read

Returns

A formatted name from the programmmable data query, or null.

Applies to