次の方法で共有


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 です

属性

適用対象

こちらもご覧ください