Scheduler for WPF
SelectTemplate メソッド (TimeSlotTemplateSelector)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > TimeSlotTemplateSelector クラス : SelectTemplate メソッド
The data object for which to select the template.
The data-bound object.
Returns the System.Windows.DataTemplate object for the specified group if it is found in resources.
シンタックス
'宣言
 
Public Overrides Function SelectTemplate( _
   ByVal item As System.Object, _
   ByVal container As System.Windows.DependencyObject _
) As System.Windows.DataTemplate
public override System.Windows.DataTemplate SelectTemplate( 
   System.object item,
   System.Windows.DependencyObject container
)

パラメータ

item
The data object for which to select the template.
container
The data-bound object.

戻り値の型

Returns a DataTemplate or a null reference (Nothing in Visual Basic). The default value is a null reference (Nothing in Visual Basic).
参照

TimeSlotTemplateSelector クラス
TimeSlotTemplateSelector メンバ