WalletTransaction.DisplayLocation 속성

정의

주의

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

트랜잭션 위치의 설명(사용자 UI에 적합)을 가져오거나 설정합니다.

public:
 property Platform::String ^ DisplayLocation { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DisplayLocation();

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

void DisplayLocation(winrt::hstring value);
public string DisplayLocation { get; set; }
public string DisplayLocation { [Windows.Foundation.Metadata.Deprecated("IWalletTransaction 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("IWalletTransaction 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 string = walletTransaction.displayLocation;
walletTransaction.displayLocation = string;
Public Property DisplayLocation As String

속성 값

String

Platform::String

winrt::hstring

트랜잭션 위치에 대한 텍스트 설명입니다.

특성

적용 대상