PlaceInfoCreateOptions クラス

定義

アプリ内の明るいウィンドウにアプリが表示できるマップの場所に関する情報を表します。

public ref class PlaceInfoCreateOptions sealed
/// [Windows.Foundation.Metadata.Activatable(327680, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PlaceInfoCreateOptions final
[Windows.Foundation.Metadata.Activatable(327680, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PlaceInfoCreateOptions
function PlaceInfoCreateOptions()
Public NotInheritable Class PlaceInfoCreateOptions
継承
Object Platform::Object IInspectable PlaceInfoCreateOptions
属性

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

コンストラクター

PlaceInfoCreateOptions()

PlaceInfoCreateOptions インスタンスを作成します。

プロパティ

DisplayAddress

PlaceInfoCreateOptions に関連付けられているアドレスを取得します。

DisplayName

PlaceInfoCreateOptions に関連付けられている表示名を取得します。

適用対象