Bagikan melalui


WalletItem.LogoText Properti

Definisi

Perhatian

Namespace ApplicationModel.Wallet tidak lagi didukung, dan akan segera tidak digunakan lagi. Pengembang didorong untuk menghindari penggunaan namespace layanan ini.

Mendapatkan atau mengatur teks logo item dompet.

public:
 property Platform::String ^ LogoText { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring LogoText();

void LogoText(winrt::hstring value);
/// [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")]
/// [set: 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 LogoText();

void LogoText(winrt::hstring value);
public string LogoText { get; set; }
public string LogoText { [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; [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")] set; }
var string = walletItem.logoText;
walletItem.logoText = string;
Public Property LogoText As String

Nilai Properti

String

Platform::String

winrt::hstring

Teks logo item.

Atribut

Berlaku untuk