Tiles for WPF/Silverlight
Register メソッド (C1TileService)

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

パラメータ

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

C1TileService クラス
C1TileService メンバ