TileMixedRealityModel Class

Definition

Represents a 3D model asset for use as an app launcher in the Windows Mixed Reality home environment.

public ref class TileMixedRealityModel sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class TileMixedRealityModel final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class TileMixedRealityModel final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class TileMixedRealityModel
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class TileMixedRealityModel
Public NotInheritable Class TileMixedRealityModel
Inheritance
Object Platform::Object IInspectable TileMixedRealityModel
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)

Remarks

For more information, see Implementing 3D app launchers.

Version history

Windows version SDK version Value added
1803 17134 ActivationBehavior

Properties

ActivationBehavior

Gets or sets what the system does when the user selects this tile.

BoundingBox

Gets or sets the bounding box that defines the size of the model in the Windows Mixed Reality home in meters.

Uri

Gets or sets the path to the mixed reality model.

Applies to

See also