StyleSelector.SelectStyle(Object, DependencyObject) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
virtual Style ^ SelectStyle(Platform::Object ^ item, DependencyObject ^ container) = SelectStyle;
Style SelectStyle(IInspectable const& item, DependencyObject const& container);
public Style SelectStyle(object item, DependencyObject container);
function selectStyle(item, container)
Public Function SelectStyle (item As Object, container As DependencyObject) As Style
参数
- item
-
Object
Platform::Object
IInspectable
内容。
- container
- DependencyObject
向其应用样式的元素。
返回
要应用的特定于应用程序的样式;也可能返回 null。
注解
若要在派生类中提供特定样式,请重写 SelectStyleCore 方法。