MapAddress.Street Proprietà

Definizione

Ottiene o imposta la strada di un indirizzo.

public:
 property Platform::String ^ Street { Platform::String ^ get(); };
winrt::hstring Street();
public string Street { get; }
var string = mapAddress.street;
Public ReadOnly Property Street As String

Valore della proprietà

String

Platform::String

winrt::hstring

Via di un indirizzo.

Si applica a

Vedi anche