WalletItem.IsMoreTransactionHistoryLaunchable 속성

정의

주의

ApplicationModel.Wallet 네임스페이스는 더 이상 지원되지 않으며 곧 더 이상 사용되지 않습니다. 개발자는 이 네임스페이스를 사용하지 않는 것이 좋습니다.

사용자가 "더 많은 트랜잭션 기록 보기"를 탭할 때 앱을 시작할지 여부를 가져오거나 설정합니다.

public:
 property bool IsMoreTransactionHistoryLaunchable { bool get(); void set(bool value); };
bool IsMoreTransactionHistoryLaunchable();

void IsMoreTransactionHistoryLaunchable(bool value);
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletItem 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("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
bool IsMoreTransactionHistoryLaunchable();

void IsMoreTransactionHistoryLaunchable(bool value);
public bool IsMoreTransactionHistoryLaunchable { get; set; }
public bool IsMoreTransactionHistoryLaunchable { [Windows.Foundation.Metadata.Deprecated("IWalletItem 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("IWalletItem 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 boolean = walletItem.isMoreTransactionHistoryLaunchable;
walletItem.isMoreTransactionHistoryLaunchable = boolean;
Public Property IsMoreTransactionHistoryLaunchable As Boolean

속성 값

Boolean

bool

true 이면 사용자가 "더 많은 트랜잭션 기록 보기"를 탭할 때 앱을 시작해야 합니다. 그렇지 않으면 false입니다.

특성

설명

전자지갑 정품 인증 사용에 대한 자세한 내용은 빠른 시작: API 사용의 "Wallet으로 앱 활성화 처리" 섹션을 참조하세요.

적용 대상

추가 정보