Share via


WalletItem.RelevantDateDisplayMessage 属性

定义

注意

ApplicationModel.Wallet 命名空间不再受支持,不久将弃用。 建议开发人员避免使用此命名空间。

获取或设置钱包项的相关日期的说明。

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

void RelevantDateDisplayMessage(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 RelevantDateDisplayMessage();

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

属性值

String

Platform::String

winrt::hstring

钱包项目的相关日期的说明。

属性

适用于