Freigeben über


WalletItem.RelevantLocations Eigenschaft

Definition

Achtung

Der ApplicationModel.Wallet-Namespace wird nicht mehr unterstützt und wird bald veraltet sein. Entwickler werden empfohlen, die Verwendung dieses Namespaces zu vermeiden.

Ruft eine Auflistung aller relevanten Speicherorte für das Brieftaschenelement ab.

public:
 property IMap<Platform::String ^, WalletRelevantLocation ^> ^ RelevantLocations { IMap<Platform::String ^, WalletRelevantLocation ^> ^ get(); };
IMap<winrt::hstring, WalletRelevantLocation const&> RelevantLocations();
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
IMap<winrt::hstring, WalletRelevantLocation const&> RelevantLocations();
public IDictionary<string,WalletRelevantLocation> RelevantLocations { get; }
public IDictionary<string,WalletRelevantLocation> RelevantLocations { [Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] get; }
var iMap = walletItem.relevantLocations;
Public ReadOnly Property RelevantLocations As IDictionary(Of String, WalletRelevantLocation)

Eigenschaftswert

Eine Sammlung aller relevanten Speicherorte für das Brieftaschenelement

Attribute

Hinweise

Der Zeichenfolgenschlüssel für Elemente in dieser Auflistung ist in der Regel ein programmgesteuerter Bezeichner, der nicht für die Benutzerbenutzeroberfläche vorgesehen ist. Daten innerhalb eines WalletRelevantLocation-Werts sind manchmal für die Benutzeroberfläche vorgesehen.

Jeder WalletRelevantLocation-Wert verfügt über eine Position-Eigenschaft zum Erfassen eines BasicGeoposition-Werts und ordnet jede Position einer positionsspezifischen Anzeigemeldung zu. Beispielcode hierzu finden Sie unter Schnellstart: Verwenden der APIs.

Gilt für:

Weitere Informationen