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