WalletDetailViewPosition 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
ApplicationModel.Wallet 名前空間はサポートされなくなり、間もなく非推奨になります。 開発者は、この名前空間を使用しないようにすることをお勧めします。
WalletItemCustomProperty レコードを表示する必要があるウォレット アイテムの詳細ビューでの位置について説明します。
public enum class WalletDetailViewPosition
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class WalletDetailViewPosition
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("WalletDetailViewPosition is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
enum class WalletDetailViewPosition
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum WalletDetailViewPosition
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("WalletDetailViewPosition is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
public enum WalletDetailViewPosition
var value = Windows.ApplicationModel.Wallet.WalletDetailViewPosition.hidden
Public Enum WalletDetailViewPosition
- 継承
-
WalletDetailViewPosition
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
フィールド
CenterField1 | 10 | この位置の プロパティの値に URL (http:// または https://) が含まれている場合、データはその URL に移動できるボタンとして表示されます。 |
FooterField1 | 11 | UI の最初のフッター スロット。 |
FooterField2 | 12 | UI の 2 番目のフッター スロット。 |
FooterField3 | 13 | UI の 3 番目のフッター スロット。 |
FooterField4 | 14 | UI の 4 番目のフッター スロット。 |
HeaderField1 | 1 | UI の最初のヘッダー スロット。 |
HeaderField2 | 2 | UI の 2 番目のヘッダー スロット。 |
0 | このプロパティはウォレットアイテムの詳細ビューには表示されませんが、アイテムのバックオブカードビューに表示されます。 |
|
PrimaryField1 | 3 | UI の最初のコンテンツ スロット。 |
PrimaryField2 | 4 | UI の 2 番目のコンテンツ スロット。 |
SecondaryField1 | 5 | [ヘッダー 2] の UI の最初のコンテンツ スロット。 |
SecondaryField2 | 6 | [ヘッダー 2] の下の UI の 2 番目のコンテンツ スロット。 |
SecondaryField3 | 7 | [ヘッダー 2] の UI の 3 番目のコンテンツ スロット。 |
SecondaryField4 | 8 | [ヘッダー 2] の UI の 4 番目のコンテンツ スロット。 |
SecondaryField5 | 9 | [ヘッダー 2] の UI の 5 番目のコンテンツ スロット。 |