WalletItem.DisplayProperties 속성

정의

주의

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

지갑 항목과 연결된 WalletItemCustomProperty 개체의 컬렉션을 가져옵니다.

public:
 property IMap<Platform::String ^, WalletItemCustomProperty ^> ^ DisplayProperties { IMap<Platform::String ^, WalletItemCustomProperty ^> ^ get(); };
IMap<winrt::hstring, WalletItemCustomProperty const&> DisplayProperties();
/// [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, WalletItemCustomProperty const&> DisplayProperties();
public IDictionary<string,WalletItemCustomProperty> DisplayProperties { get; }
public IDictionary<string,WalletItemCustomProperty> DisplayProperties { [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.displayProperties;
Public ReadOnly Property DisplayProperties As IDictionary(Of String, WalletItemCustomProperty)

속성 값

지갑 항목과 연결된 WalletItemCustomProperty 개체의 컬렉션입니다.

특성

설명

DisplayProperties 맵의 키는 일반적으로 사용자 UI에 사용되지 않습니다. 개별 사용자 지정 속성을 구분하는 데 사용하는 프로그래밍 식별자입니다. 이 식별자는 WalletItemCustomProperty 생성의 일부가 아닙니다. 사용자 지정 속성 중 하나를 DisplayProperties 컬렉션에 추가할 때 선택합니다.

적용 대상

추가 정보