ProgrammableDataQueryResultReader.FormatShortDescription 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从给定结果列表的给定句柄表示的对象请求简短说明。 如果结果无效,则返回带格式的错误字符串; dataQueryHandle 为 null,或者在请求格式化字符串时出错。
public:
System::String ^ FormatShortDescription(System::Runtime::Remoting::ObjectHandle ^ dataQueryHandle, cli::array <System::Object ^> ^ results, Microsoft::HistoricalDebuggerHost::IProgrammableDataQueryEventData ^ data, System::String ^ eventCategoryName);
public string FormatShortDescription (System.Runtime.Remoting.ObjectHandle dataQueryHandle, object[] results, Microsoft.HistoricalDebuggerHost.IProgrammableDataQueryEventData data, string eventCategoryName);
member this.FormatShortDescription : System.Runtime.Remoting.ObjectHandle * obj[] * Microsoft.HistoricalDebuggerHost.IProgrammableDataQueryEventData * string -> string
Public Function FormatShortDescription (dataQueryHandle As ObjectHandle, results As Object(), data As IProgrammableDataQueryEventData, eventCategoryName As String) As String
参数
- dataQueryHandle
- ObjectHandle
可编程数据查询的句柄
- results
- Object[]
查询的结果
与此读取关联的通知点数据
- eventCategoryName
- String
此事件的类别名称。 当出现错误时,此消息用于提供更好的错误字符串
返回
Programmmable 数据查询中的带格式的说明或适当的错误字符串。