共用方式為


MapLocation.Description 屬性

定義

取得地理位置的描述。

public:
 property Platform::String ^ Description { Platform::String ^ get(); };
winrt::hstring Description();
public string Description { get; }
var string = mapLocation.description;
Public ReadOnly Property Description As String

屬性值

String

Platform::String

winrt::hstring

地理位置的描述。

適用於

另請參閱