ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1TileService Class / Unregister Method
The C1TileBase object to unregister.

In This Topic
    Unregister Method
    In This Topic
    Unregisters the C1TileBase object in the service.
    Syntax
    'Declaration
     
    Public Shared Sub Unregister( _
       ByVal tile As C1TileBase _
    ) 
    public static void Unregister( 
       C1TileBase tile
    )

    Parameters

    tile
    The C1TileBase object to unregister.
    Remarks
    Usually, you don't need to call this method directly, the C1TileBase control does this at unloading.
    See Also