共用方式為


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

條碼的字串表示,這是條碼所代表的資料訊息。

屬性

適用於