Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

SecondaryTileData

struct in UnityEngine.WSA

Sugiere un cambio

¡Éxito!

Gracias por ayudarnos a mejorar la calidad de la documentación de Unity. A pesar de que no podemos aceptar todas las sugerencias, leemos cada cambio propuesto por nuestros usuarios y actualizaremos los que sean aplicables.

Cerrar

No se puedo enviar

Por alguna razón su cambio sugerido no pudo ser enviado. Por favor <a>intente nuevamente</a> en unos minutos. Gracias por tomarse un tiempo para ayudarnos a mejorar la calidad de la documentación de Unity.

Cerrar

Cancelar

Cambiar al Manual

Descripción

Defines the default look of secondary tile.

Some values are also used when a notification is sent to the same tile.

Variables

argumentsArguments to be passed for application when secondary tile is activated.
backgroundColorDefines background color for secondary tile.
backgroundColorSetDefines, whether backgroundColor should be used.
displayNameDisplay name for secondary tile.
foregroundTextDefines the style for foreground text on a secondary tile.
lockScreenBadgeLogoUri to logo, shown for secondary tile on lock screen.
lockScreenDisplayBadgeAndTileTextWhether to show secondary tile on lock screen.
phoneticNamePhonetic name for secondary tile.
roamingEnabledDefines whether secondary tile is copied to another device when application is installed by the same users account.
showNameOnSquare150x150LogoDefines whether the displayName should be shown on a medium secondary tile.
showNameOnSquare310x310LogoDefines whether the displayName should be shown on a large secondary tile.
showNameOnWide310x150LogoDefines whether the displayName should be shown on a wide secondary tile.
square150x150LogoUri to the logo for medium size tile.
square30x30LogoUri to the logo shown on tile
square310x310LogoUri to the logo for large size tile.
square70x70LogoUri to the logo for small size tile.
tileIdUnique identifier within application for a secondary tile.
wide310x150LogoUri to the logo for wide tile.

Constructores

SecondaryTileDataConstructor for SecondaryTileData, sets default values for all members.