GroupStyleSelector.SelectGroupStyle(Object, UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回给定组和级别的特定 GroupStyle 。
GroupStyle SelectGroupStyle(IInspectable const& group, uint32_t const& level);
public GroupStyle SelectGroupStyle(object group, uint level);
function selectGroupStyle(group, level)
Public Function SelectGroupStyle (group As Object, level As UInteger) As GroupStyle
参数
- group
-
Object
IInspectable
要为其返回 GroupStyle 的组 。
- level
-
UInt32
uint32_t
指定组的嵌套级别。
返回
在应用程序中调用此 GroupStyleSelector 时要使用的 GroupStyle。
注解
若要在派生类中提供特定的组样式,请重写 SelectGroupStyleCore 方法。
Windows 8 在 Windows 8 中,可以将 null 作为组参数值传递。 在 Windows 8.1 中,传递 null 会导致错误。