다음을 통해 공유


PaymentMethodData.SupportedMethodIds 속성

정의

지원되는 메서드 ID입니다.

public:
 property IVectorView<Platform::String ^> ^ SupportedMethodIds { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> SupportedMethodIds();
public IReadOnlyList<string> SupportedMethodIds { get; }
var iVectorView = paymentMethodData.supportedMethodIds;
Public ReadOnly Property SupportedMethodIds As IReadOnlyList(Of String)

속성 값

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

SupportedMethodIds를 가져옵니다.

적용 대상