Map.GetMapElementsAt (Método)

Espacio de nombres:  Microsoft.Phone.Maps.Controls
Ensamblado:  Microsoft.Phone.Maps (en Microsoft.Phone.Maps.dll)

Sintaxis

'Declaración
Public Function GetMapElementsAt ( _
    viewportPoint As Point _
) As IList(Of MapElement)
public IList<MapElement> GetMapElementsAt(
    Point viewportPoint
)
public:
IList<MapElement^>^ GetMapElementsAt(
    Point viewportPoint
)
member GetMapElementsAt : 
        viewportPoint:Point -> IList<MapElement> 

Parámetros

Valor devuelto

Tipo: System.Collections.Generic.IList<MapElement>

Información de versión

.NET para aplicaciones de Windows Phone

Compatible con: Windows Phone 8, Silverlight 8.1

Seguridad de .NET Framework

Vea también

Referencia

Map Clase

Microsoft.Phone.Maps.Controls (Espacio de nombres)