In This Topic
Syntax
'Declaration
Protected Overridable Function SelectStyleCore( _
ByVal As System.Object, _
ByVal As Windows.UI.Xaml.DependencyObject _
) As Windows.UI.Xaml.Style
protected virtual Windows.UI.Xaml.Style SelectStyleCore(
System.object ,
Windows.UI.Xaml.DependencyObject
)
Parameters
- item
- container
See Also