共用方式為


PlaceInfo.CreateFromAddress 方法

定義

多載

CreateFromAddress(String)

使用位址建立 PlaceInfo 實例。

CreateFromAddress(String, String)

使用位址和顯示名稱建立 PlaceInfo 實例。

CreateFromAddress(String)

使用位址建立 PlaceInfo 實例。

public:
 static PlaceInfo ^ CreateFromAddress(Platform::String ^ displayAddress);
/// [Windows.Foundation.Metadata.Overload("CreateFromAddress")]
 static PlaceInfo CreateFromAddress(winrt::hstring const& displayAddress);
[Windows.Foundation.Metadata.Overload("CreateFromAddress")]
public static PlaceInfo CreateFromAddress(string displayAddress);
function createFromAddress(displayAddress)
Public Shared Function CreateFromAddress (displayAddress As String) As PlaceInfo

參數

displayAddress
String

Platform::String

winrt::hstring

您要出現在定位卡中之位置的位址。

傳回

屬性

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)

適用於

CreateFromAddress(String, String)

使用位址和顯示名稱建立 PlaceInfo 實例。

public:
 static PlaceInfo ^ CreateFromAddress(Platform::String ^ displayAddress, Platform::String ^ displayName);
/// [Windows.Foundation.Metadata.Overload("CreateFromAddressWithName")]
 static PlaceInfo CreateFromAddress(winrt::hstring const& displayAddress, winrt::hstring const& displayName);
[Windows.Foundation.Metadata.Overload("CreateFromAddressWithName")]
public static PlaceInfo CreateFromAddress(string displayAddress, string displayName);
function createFromAddress(displayAddress, displayName)
Public Shared Function CreateFromAddress (displayAddress As String, displayName As String) As PlaceInfo

參數

displayAddress
String

Platform::String

winrt::hstring

您要出現在定位卡中之位置的位址。

displayName
String

Platform::String

winrt::hstring

您想要在定位卡中顯示為標籤的名稱。

傳回

屬性

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)

適用於