Поделиться через


WalletItemCustomProperty(String, String) Конструктор

Определение

Внимание!

Пространство имен ApplicationModel.Wallet больше не поддерживается и скоро будет считаться устаревшим. Разработчикам рекомендуется избегать использования этого пространства имен.

Инициализирует новый экземпляр класса WalletItemCustomProperty .

public:
 WalletItemCustomProperty(Platform::String ^ name, Platform::String ^ value);
 WalletItemCustomProperty(winrt::hstring const& name, winrt::hstring const& value);
/// [Windows.Foundation.Metadata.Deprecated("IWalletItemCustomProperty is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
 WalletItemCustomProperty(winrt::hstring const& name, winrt::hstring const& value);
public WalletItemCustomProperty(string name, string value);
[Windows.Foundation.Metadata.Deprecated("IWalletItemCustomProperty is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
public WalletItemCustomProperty(string name, string value);
function WalletItemCustomProperty(name, value)
Public Sub New (name As String, value As String)

Параметры

name
String

Platform::String

winrt::hstring

Метка настраиваемого свойства. Задает начальное значение Name .

value
String

Platform::String

winrt::hstring

Значение свойства. Задает начальное значение Value .

Атрибуты

Применяется к