共用方式為


MapAddress.Street 屬性

定義

取得或設定位址的街道。

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

屬性值

String

Platform::String

winrt::hstring

位址的街道。

適用於

另請參閱