MapAddress.Region Proprietà

Definizione

Ottiene o imposta l'area , ad esempio lo stato o la provincia, di un indirizzo.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Area (ad esempio, stato o provincia) di un indirizzo.

Si applica a

Vedi anche