Condividi tramite


WalletTransaction.DisplayLocation Proprietà

Definizione

Attenzione

Lo spazio dei nomi ApplicationModel.Wallet non è più supportato e verrà presto deprecato. Gli sviluppatori sono invitati a evitare di usare questo spazio dei nomi.

Ottiene o imposta una descrizione (adatta per l'interfaccia utente) della posizione della transazione.

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

void DisplayLocation(winrt::hstring value);
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletTransaction 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("IWalletTransaction 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 DisplayLocation();

void DisplayLocation(winrt::hstring value);
public string DisplayLocation { get; set; }
public string DisplayLocation { [Windows.Foundation.Metadata.Deprecated("IWalletTransaction 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("IWalletTransaction 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 = walletTransaction.displayLocation;
walletTransaction.displayLocation = string;
Public Property DisplayLocation As String

Valore della proprietà

String

Platform::String

winrt::hstring

Descrizione del testo della posizione della transazione.

Attributi

Si applica a