共用方式為


ProgrammableDataQueryResultReader.FormatLongDescription Method

Definition

Requests a long description from the object represented by the given handle for the given results list. Returns a formatted error string if the results are invalid, the dataQueryHandle is null, or if an error occurs requesting the formatted string.

public:
 System::String ^ FormatLongDescription(System::Runtime::Remoting::ObjectHandle ^ dataQueryHandle, cli::array <System::Object ^> ^ results, Microsoft::HistoricalDebuggerHost::IProgrammableDataQueryEventData ^ data);
public string FormatLongDescription (System.Runtime.Remoting.ObjectHandle dataQueryHandle, object[] results, Microsoft.HistoricalDebuggerHost.IProgrammableDataQueryEventData data);
member this.FormatLongDescription : System.Runtime.Remoting.ObjectHandle * obj[] * Microsoft.HistoricalDebuggerHost.IProgrammableDataQueryEventData -> string
Public Function FormatLongDescription (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 description from the programmmable data query, or a suitable error string.

Applies to