GroupStyleSelector.SelectGroupStyleCore(Object, UInt32) 方法

定义

由派生类实现时,返回给定组和级别的特定 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 会导致错误。

适用于