WalletItemCustomProperty.DetailViewPosition 属性

定义

注意

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

获取或设置在电子钱包项的详细信息视图中显示的此属性的可选位置。

public:
 property WalletDetailViewPosition DetailViewPosition { WalletDetailViewPosition get(); void set(WalletDetailViewPosition value); };
WalletDetailViewPosition DetailViewPosition();

void DetailViewPosition(WalletDetailViewPosition value);
/// [get: 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")]
/// [set: 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")]
WalletDetailViewPosition DetailViewPosition();

void DetailViewPosition(WalletDetailViewPosition value);
public WalletDetailViewPosition DetailViewPosition { get; set; }
public WalletDetailViewPosition DetailViewPosition { [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")] get; [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")] set; }
var walletDetailViewPosition = walletItemCustomProperty.detailViewPosition;
walletItemCustomProperty.detailViewPosition = walletDetailViewPosition;
Public Property DetailViewPosition As WalletDetailViewPosition

属性值

当在电子钱包项的详细信息视图中显示为枚举值时,此属性的可选位置。 默认值为 “隐藏”。

属性

适用于

另请参阅