ProgrammableDataQueryResultReader.GetAlternateLocations Method
Namespace: Microsoft.HistoricalDebuggerHost
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
‘선언
Public Function GetAlternateLocations ( _
dataQueryHandle As ObjectHandle, _
results As Object() _
) As List(Of Location)
public List<Location> GetAlternateLocations(
ObjectHandle dataQueryHandle,
Object[] results
)
public:
List<Location^>^ GetAlternateLocations(
ObjectHandle^ dataQueryHandle,
array<Object^>^ results
)
member GetAlternateLocations :
dataQueryHandle:ObjectHandle *
results:Object[] -> List<Location>
public function GetAlternateLocations(
dataQueryHandle : ObjectHandle,
results : Object[]
) : List<Location>
Parameters
- dataQueryHandle
Type: System.Runtime.Remoting.ObjectHandle
- results
Type: array<System.Object[]
Return Value
Type: System.Collections.Generic.List<Location>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.