PlaceInfo.CreateFromAddress 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
CreateFromAddress(String) |
使用地址创建 PlaceInfo 实例。 |
CreateFromAddress(String, String) |
使用地址和显示名称创建 PlaceInfo 实例。 |
CreateFromAddress(String)
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)
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 中引入)
|