C# Class Windows.UI.StartScreen.SecondaryTile

Inheritance: ISecondaryTile
Show file Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
Exists ( [ tileId ) : bool
FindAllForPackageAsync ( ) : IAsyncOperation>
SecondaryTile ( ) : System
SecondaryTile ( [ tileId ) : System
SecondaryTile ( [ tileId, [ shortName, [ displayName, [ arguments, [ tileOptions, [ logoReference ) : System
SecondaryTile ( [ tileId, [ shortName, [ displayName, [ arguments, [ tileOptions, [ logoReference, [ wideLogoReference ) : System
UpdateAsync ( ) : IAsyncOperation

Private Methods

Method Description
FindAllAsync ( ) : IAsyncOperation>
FindAllAsync ( [ applicationId ) : IAsyncOperation>
RequestCreateAsync ( ) : IAsyncOperation
RequestCreateAsync ( [ invocationPoint ) : IAsyncOperation
RequestCreateForSelectionAsync ( [ selection ) : IAsyncOperation
RequestCreateForSelectionAsync ( [ selection, [ preferredPlacement ) : IAsyncOperation
RequestDeleteAsync ( ) : IAsyncOperation
RequestDeleteAsync ( [ invocationPoint ) : IAsyncOperation
RequestDeleteForSelectionAsync ( [ selection ) : IAsyncOperation
RequestDeleteForSelectionAsync ( [ selection, [ preferredPlacement ) : IAsyncOperation

Method Details

Exists() public static method

public static Exists ( [ tileId ) : bool
tileId [
return bool

FindAllForPackageAsync() public static method

public static FindAllForPackageAsync ( ) : IAsyncOperation>
return IAsyncOperation>

SecondaryTile() public method

public SecondaryTile ( ) : System
return System

SecondaryTile() public method

public SecondaryTile ( [ tileId ) : System
tileId [
return System

SecondaryTile() public method

public SecondaryTile ( [ tileId, [ shortName, [ displayName, [ arguments, [ tileOptions, [ logoReference ) : System
tileId [
shortName [
displayName [
arguments [
tileOptions [
logoReference [
return System

SecondaryTile() public method

public SecondaryTile ( [ tileId, [ shortName, [ displayName, [ arguments, [ tileOptions, [ logoReference, [ wideLogoReference ) : System
tileId [
shortName [
displayName [
arguments [
tileOptions [
logoReference [
wideLogoReference [
return System

UpdateAsync() public method

public UpdateAsync ( ) : IAsyncOperation
return IAsyncOperation