IProgrammableDataQuery.GetAlternateLocations Method

Namespace:  Microsoft.HistoricalDebuggerHost
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

‘선언
Function GetAlternateLocations ( _
    results As Object() _
) As List(Of Location)
List<Location> GetAlternateLocations(
    Object[] results
)
List<Location^>^ GetAlternateLocations(
    array<Object^>^ results
)
abstract GetAlternateLocations : 
        results:Object[] -> List<Location> 
function GetAlternateLocations(
    results : Object[]
) : List<Location>

Parameters

Return Value

Type: System.Collections.Generic.List<Location>

.NET Framework Security

See Also

Reference

IProgrammableDataQuery Interface

Microsoft.HistoricalDebuggerHost Namespace