次の方法で共有


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 で導入)

適用対象