次の方法で共有


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 には表示されません。 これはバーコードの値に使用されたものと同じかもしれませんが、実装 (自分またはウォレットアイテムプロバイダー) にかかっています。

属性

適用対象