Bagikan melalui


PaymentAddress.AddressLines Properti

Definisi

Baris alamat.

public:
 property IVectorView<Platform::String ^> ^ AddressLines { IVectorView<Platform::String ^> ^ get(); void set(IVectorView<Platform::String ^> ^ value); };
IVectorView<winrt::hstring> AddressLines();

void AddressLines(IVectorView<winrt::hstring> value);
public IReadOnlyList<string> AddressLines { get; set; }
var iVectorView = paymentAddress.addressLines;
paymentAddress.addressLines = iVectorView;
Public Property AddressLines As IReadOnlyList(Of String)

Nilai Properti

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

Mendapatkan atau mengatur AddressLines.

Berlaku untuk