Compartir a través de


WalletItemCustomProperty.DetailViewPosition Propiedad

Definición

Precaución

El espacio de nombres ApplicationModel.Wallet ya no se admite y pronto estará en desuso. Se recomienda a los desarrolladores evitar el uso de este espacio de nombres.

Obtiene o establece la posición opcional de esta propiedad cuando se muestra en la vista de detalles del elemento de cartera.

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

Valor de propiedad

Posición opcional de esta propiedad cuando se muestra en la vista de detalles del elemento de cartera, como un valor de la enumeración. El valor predeterminado es Oculto.

Atributos

Se aplica a

Consulte también