'宣言
Public Overrides Function SelectStyle( _
ByVal As System.Object, _
ByVal As System.Windows.DependencyObject _
) As System.Windows.Style
public override System.Windows.Style SelectStyle(
System.object ,
System.Windows.DependencyObject
)
パラメータ
- item
- The content.
- container
- The element to which the style will be applied.
戻り値の型
Returns an application-specific style to apply; otherwise, a null reference (Nothing in Visual Basic).