GeoPositionChangedEventArgs<T>.Position Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the location data associated with the event.
public:
property System::Device::Location::GeoPosition<T> ^ Position { System::Device::Location::GeoPosition<T> ^ get(); };
public System.Device.Location.GeoPosition<T> Position { get; }
member this.Position : System.Device.Location.GeoPosition<'T>
Public ReadOnly Property Position As GeoPosition(Of T)
Property Value
A GeoPosition<T> object that contains the location data in its Location property.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.