次の方法で共有


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

プロパティの値。 初期値を設定します。

属性

適用対象