共用方式為


WalletItemCustomProperty.SummaryViewPosition 屬性

定義

警告

不再支援 ApplicationModel.Wallet 命名空間,即將淘汰。 建議開發人員避免使用此命名空間。

取得或設定當在電子包專案的摘要檢視中顯示時,此屬性的選擇性位置。

public:
 property WalletSummaryViewPosition SummaryViewPosition { WalletSummaryViewPosition get(); void set(WalletSummaryViewPosition value); };
WalletSummaryViewPosition SummaryViewPosition();

void SummaryViewPosition(WalletSummaryViewPosition 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")]
WalletSummaryViewPosition SummaryViewPosition();

void SummaryViewPosition(WalletSummaryViewPosition value);
public WalletSummaryViewPosition SummaryViewPosition { get; set; }
public WalletSummaryViewPosition SummaryViewPosition { [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 walletSummaryViewPosition = walletItemCustomProperty.summaryViewPosition;
walletItemCustomProperty.summaryViewPosition = walletSummaryViewPosition;
Public Property SummaryViewPosition As WalletSummaryViewPosition

屬性值

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

屬性

適用於

另請參閱