C# Class X.CoreLib.Shared.Services.TileService

Afficher le fichier Open project: liquidboy/X

Méthodes publiques

Méthode Description
CreateSecondaryTile ( Rect confirmationRectShownAt, TileType type, string shortName, string displayName ) : Task
CreateSecondaryTile ( Rect confirmationRectShownAt, TileType type, string shortName, string displayName, string tileIdToUse ) : Task
GetElementRect ( FrameworkElement element ) : Rect
Init ( ) : void
Start ( ) : void
Stop ( ) : void
Unload ( ) : void

Private Methods

Méthode Description
TileService ( ) : System

Method Details

CreateSecondaryTile() public static méthode

public static CreateSecondaryTile ( Rect confirmationRectShownAt, TileType type, string shortName, string displayName ) : Task
confirmationRectShownAt Windows.Foundation.Rect
type TileType
shortName string
displayName string
Résultat Task

CreateSecondaryTile() public static méthode

public static CreateSecondaryTile ( Rect confirmationRectShownAt, TileType type, string shortName, string displayName, string tileIdToUse ) : Task
confirmationRectShownAt Windows.Foundation.Rect
type TileType
shortName string
displayName string
tileIdToUse string
Résultat Task

GetElementRect() public static méthode

public static GetElementRect ( FrameworkElement element ) : Rect
element Windows.UI.Xaml.FrameworkElement
Résultat Windows.Foundation.Rect

Init() public static méthode

public static Init ( ) : void
Résultat void

Start() public static méthode

public static Start ( ) : void
Résultat void

Stop() public static méthode

public static Stop ( ) : void
Résultat void

Unload() public static méthode

public static Unload ( ) : void
Résultat void