Compartir a través de


Route.Legs (Propiedad)

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

Sintaxis

'Declaración
Public Property Legs As ReadOnlyCollection(Of RouteLeg)
public ReadOnlyCollection<RouteLeg> Legs { get; internal set; }
public:
property ReadOnlyCollection<RouteLeg^>^ Legs {
    ReadOnlyCollection<RouteLeg^>^ get ();
    internal: void set (ReadOnlyCollection<RouteLeg^>^ value);
}
member Legs : ReadOnlyCollection<RouteLeg> with get, internal set

Valor de propiedad

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<RouteLeg>

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

Route Clase

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