Show / Hide Table of Contents

Struct SecondaryTileData

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.WSA
Assembly: UnityEngine.dll
Syntax
public struct SecondaryTileData

Constructors

| Improve this Doc View Source

SecondaryTileData(String, String)

Declaration
public SecondaryTileData(string id, string displayName)
Parameters
Type Name Description
String id
String displayName

Fields

| Improve this Doc View Source

arguments

Declaration
public string arguments
Field Value
Type Description
String
| Improve this Doc View Source

backgroundColorSet

Declaration
public bool backgroundColorSet
Field Value
Type Description
Boolean
| Improve this Doc View Source

displayName

Declaration
public string displayName
Field Value
Type Description
String
| Improve this Doc View Source

foregroundText

Declaration
public TileForegroundText foregroundText
Field Value
Type Description
TileForegroundText
| Improve this Doc View Source

lockScreenBadgeLogo

Declaration
public string lockScreenBadgeLogo
Field Value
Type Description
String
| Improve this Doc View Source

lockScreenDisplayBadgeAndTileText

Declaration
public bool lockScreenDisplayBadgeAndTileText
Field Value
Type Description
Boolean
| Improve this Doc View Source

phoneticName

Declaration
public string phoneticName
Field Value
Type Description
String
| Improve this Doc View Source

roamingEnabled

Declaration
public bool roamingEnabled
Field Value
Type Description
Boolean
| Improve this Doc View Source

showNameOnSquare150x150Logo

Declaration
public bool showNameOnSquare150x150Logo
Field Value
Type Description
Boolean
| Improve this Doc View Source

showNameOnSquare310x310Logo

Declaration
public bool showNameOnSquare310x310Logo
Field Value
Type Description
Boolean
| Improve this Doc View Source

showNameOnWide310x150Logo

Declaration
public bool showNameOnWide310x150Logo
Field Value
Type Description
Boolean
| Improve this Doc View Source

square150x150Logo

Declaration
public string square150x150Logo
Field Value
Type Description
String
| Improve this Doc View Source

square30x30Logo

Declaration
public string square30x30Logo
Field Value
Type Description
String
| Improve this Doc View Source

square310x310Logo

Declaration
public string square310x310Logo
Field Value
Type Description
String
| Improve this Doc View Source

square70x70Logo

Declaration
public string square70x70Logo
Field Value
Type Description
String
| Improve this Doc View Source

tileId

Declaration
public string tileId
Field Value
Type Description
String
| Improve this Doc View Source

wide310x150Logo

Declaration
public string wide310x150Logo
Field Value
Type Description
String

Properties

| Improve this Doc View Source

backgroundColor

Declaration
public Color32 backgroundColor { get; set; }
Property Value
Type Description
Color32

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX