SecondaryTileVisualElements.MixedRealityModel Property

Definition

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

public:
 property TileMixedRealityModel ^ MixedRealityModel { TileMixedRealityModel ^ get(); };
TileMixedRealityModel MixedRealityModel();
public TileMixedRealityModel MixedRealityModel { get; }
var tileMixedRealityModel = secondaryTileVisualElements.mixedRealityModel;
Public ReadOnly Property MixedRealityModel As TileMixedRealityModel

Property Value

The mixed reality model.

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

Just like other tile visual elements, a 3D model asset may be specified statically in the app's manifest for primary tiles or may be dynamically updated using SecondaryTile.UpdateAsync for secondary tiles.

For more information, see 3D app launchers.

Applies to