PlaceInfoCreateOptions Class

Definition

Represents the information about a map location that your app can show in a light-dismissible window within your app.

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
Inheritance
Object Platform::Object IInspectable PlaceInfoCreateOptions
Attributes

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Constructors

PlaceInfoCreateOptions()

Creates a PlaceInfoCreateOptions instance.

Properties

DisplayAddress

Gets the address associated with the PlaceInfoCreateOptions.

DisplayName

Gets the display name associated with the PlaceInfoCreateOptions.

Applies to