共用方式為


ProgrammableDataQueryResultReader.GetAlternateLocations Method

Definition

Requests alternate locations from the object represented by the given handle for the given results list. Returns null if dataQueryHandle is null, or results is invalid.

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)

Parameters

dataQueryHandle
ObjectHandle

A handle to the programmable data query

results
Object[]

the results for the query

Returns

A list returned from the programmable data query object, or null if there is an error.

Applies to