次の方法で共有


WalletBarcode.Value プロパティ

定義

注意事項

ApplicationModel.Wallet 名前空間はサポートされなくなり、間もなく非推奨になります。 開発者は、この名前空間を使用しないようにすることをお勧めします。

バーコード (そのメッセージ) の文字列表現を取得します。

public:
 property Platform::String ^ Value { Platform::String ^ get(); };
winrt::hstring Value();
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletBarcode 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 Value();
public string Value { get; }
public string Value { [Windows.Foundation.Metadata.Deprecated("IWalletBarcode 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 = walletBarcode.value;
Public ReadOnly Property Value As String

プロパティ値

String

Platform::String

winrt::hstring

バーコードの文字列表現。バーコードが表すデータ メッセージです。

属性

適用対象