다음을 통해 공유


WalletItem.Id 속성

정의

주의

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

지갑 항목의 고유 식별자를 가져옵니다.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
/// [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")]
winrt::hstring Id();
public string Id { get; }
public string Id { [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 string = walletItem.id;
Public ReadOnly Property Id As String

속성 값

String

Platform::String

winrt::hstring

지갑 항목의 고유 식별자입니다. 일반적으로 UI에 표시되지 않습니다. 이는 바코드값에 사용된 값과 같을 수 있지만 구현(사용자 또는 지갑 항목 공급자)에 달려 있습니다.

특성

적용 대상