WalletItem.RelevantLocations 속성

정의

주의

ApplicationModel.Wallet 네임스페이스는 더 이상 지원되지 않으며 곧 더 이상 사용되지 않습니다. 개발자는 이 네임스페이스를 사용하지 않는 것이 좋습니다.

전자지갑 항목에 대한 모든 관련 위치의 컬렉션을 가져옵니다.

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)

속성 값

전자지갑 항목에 대한 모든 관련 위치의 컬렉션

특성

설명

이 컬렉션의 항목에 대한 문자열 키는 일반적으로 사용자 UI용이 아닌 프로그래밍 식별자입니다. WalletRelevantLocation 값 내의 데이터는 경우에 따라 UI용입니다.

WalletRelevantLocation 값에는 BasicGeoposition 값을 캡처하는 Position 속성이 있으며 각 위치를 위치별 표시 메시지와 연결합니다. 빠른 시작: API 사용에서 이에 대한 예제 코드를 볼 수 있습니다.

적용 대상

추가 정보