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