Tiles for UWP
Unregister メソッド

C1.UWP.Tile アセンブリ > C1.Xaml.Tile 名前空間 > C1TileService クラス : Unregister メソッド
登録解除する C1TileBaseオブジェクト。
サービスから C1TileBaseオブジェクトを登録解除します。
シンタックス
'宣言
 
Public Shared Sub Unregister( _
   ByVal tile As C1TileBase _
) 
public static void Unregister( 
   C1TileBase tile
)

パラメータ

tile
登録解除する C1TileBaseオブジェクト。
解説
通常、このメソッドを直接呼び出す必要はありません。 C1TileBaseコントロールがアンロード時に登録解除します。
参照

C1TileService クラス
C1TileService メンバ