ProgrammableDataQueryResultReader.GetAlternateLocations 方法

定义

请求给定结果列表给定句柄表示的对象中的备用位置。 如果 dataQueryHandle 为 null 或结果无效,则返回 null。

public:
 System::Collections::Generic::List<Microsoft::HistoricalDebuggerHost::Location ^> ^ GetAlternateLocations(System::Runtime::Remoting::ObjectHandle ^ dataQueryHandle, cli::array <System::Object ^> ^ results);
public System.Collections.Generic.List<Microsoft.HistoricalDebuggerHost.Location> GetAlternateLocations (System.Runtime.Remoting.ObjectHandle dataQueryHandle, object[] results);
member this.GetAlternateLocations : System.Runtime.Remoting.ObjectHandle * obj[] -> System.Collections.Generic.List<Microsoft.HistoricalDebuggerHost.Location>
Public Function GetAlternateLocations (dataQueryHandle As ObjectHandle, results As Object()) As List(Of Location)

参数

dataQueryHandle
ObjectHandle

可编程数据查询的句柄

results
Object[]

查询的结果

返回

List<Location>

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

适用于