WalletItemCustomProperty.SummaryViewPosition 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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。
- 屬性