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 を渡すとエラーが発生します。

適用対象