PlaceInfo.CreateFromIdentifier 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
CreateFromIdentifier(String) |
创建一个 PlaceInfo 实例。 |
CreateFromIdentifier(String, Geopoint, PlaceInfoCreateOptions) |
创建一个 PlaceInfo 实例。 |
CreateFromIdentifier(String)
public:
static PlaceInfo ^ CreateFromIdentifier(Platform::String ^ identifier);
/// [Windows.Foundation.Metadata.Overload("CreateFromIdentifier")]
static PlaceInfo CreateFromIdentifier(winrt::hstring const& identifier);
[Windows.Foundation.Metadata.Overload("CreateFromIdentifier")]
public static PlaceInfo CreateFromIdentifier(string identifier);
function createFromIdentifier(identifier)
Public Shared Function CreateFromIdentifier (identifier As String) As PlaceInfo
参数
- identifier
-
String
Platform::String
winrt::hstring
位置的标识符。
返回
描述位置的 PlaceInfo 实例。
- 属性
适用于
CreateFromIdentifier(String, Geopoint, PlaceInfoCreateOptions)
public:
static PlaceInfo ^ CreateFromIdentifier(Platform::String ^ identifier, Geopoint ^ defaultPoint, PlaceInfoCreateOptions ^ options);
/// [Windows.Foundation.Metadata.Overload("CreateFromIdentifierWithOptions")]
static PlaceInfo CreateFromIdentifier(winrt::hstring const& identifier, Geopoint const& defaultPoint, PlaceInfoCreateOptions const& options);
[Windows.Foundation.Metadata.Overload("CreateFromIdentifierWithOptions")]
public static PlaceInfo CreateFromIdentifier(string identifier, Geopoint defaultPoint, PlaceInfoCreateOptions options);
function createFromIdentifier(identifier, defaultPoint, options)
Public Shared Function CreateFromIdentifier (identifier As String, defaultPoint As Geopoint, options As PlaceInfoCreateOptions) As PlaceInfo
参数
- identifier
-
String
Platform::String
winrt::hstring
位置的标识符。
- options
- PlaceInfoCreateOptions
描述此位置的可选信息。 此信息将显示在光允许的窗口中。
注意
仅当标识符无效、设备处于脱机状态或无法使用标识符获取位置的详细信息时,才使用此值。
返回
描述位置的 PlaceInfo 实例。
- 属性