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 會導致錯誤。

適用於

另請參閱