'宣言
Public Overridable Function SelectTemplate( _
ByVal As System.Object, _
ByVal As System.Windows.DependencyObject _
) As System.Windows.DataTemplate
public virtual System.Windows.DataTemplate SelectTemplate(
System.object ,
System.Windows.DependencyObject
)
パラメータ
- item
- テンプレートを選択するデータオブジェクト。
- container
- データ連結オブジェクト。
戻り値の型
DataTemplate または nullNothingnullptra null 参照を返します。