다음을 통해 공유


PaymentAddress.AddressLines 속성

정의

주소 줄입니다.

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)

속성 값

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

AddressLines를 가져오거나 설정합니다.

적용 대상