GroupStyleSelector.SelectGroupStyleCore(Object, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When implemented by a derived class, returns a specific GroupStyle for a given group and level.
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
Parameters
- group
-
Object
IInspectable
The group to return a GroupStyle for.
- level
-
UInt32
uint32_t
The level of nesting for the specified group.
Returns
The GroupStyle to use for the specified group and level.
Remarks
Windows 8 In Windows 8, you can pass null as the group parameter value. In Windows 8.1, passing null causes an error.