WalletItemCustomProperty.SummaryViewPosition Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
L’espace de noms ApplicationModel.Wallet n’est plus pris en charge et sera bientôt déprécié. Les développeurs sont encouragés à éviter d’utiliser cet espace de noms.
Obtient ou définit la position facultative de cette propriété lorsqu’elle est affichée dans la vue récapitulative d’un élément de portefeuille.
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
Valeur de propriété
Position facultative de cette propriété lorsqu’elle est affichée dans la vue récapitulative d’un élément de portefeuille, en tant que valeur de l’énumération. La valeur par défaut est Masqué.
- Attributs