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