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

屬性值

當在電子包專案的詳細資料檢視中顯示時,此屬性的選擇性位置,做為列舉的值。 預設值為 Hidden

屬性

適用於

另請參閱