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

条形码的字符串表示形式,即条形码表示的数据消息。

属性

适用于