PaymentMethodData.SupportedMethodIds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The supported method IDs.
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)
Property Value
Gets the SupportedMethodIds.