GroupStyleSelector.SelectGroupStyle(Object, UInt32) メソッド

定義

特定のグループとレベルの特定の GroupStyle を返します。

GroupStyle SelectGroupStyle(IInspectable const& group, uint32_t const& level);
public GroupStyle SelectGroupStyle(object group, uint level);
function selectGroupStyle(group, level)
Public Function SelectGroupStyle (group As Object, level As UInteger) As GroupStyle

パラメーター

group
Object

IInspectable

GroupStyle を返すグループ。

level
UInt32

uint32_t

指定したグループの入れ子のレベル。

戻り値

このGroupStyleSelector がアプリケーションで呼び出されたときに使用する GroupStyle

注釈

派生クラスで特定のグループ スタイルを指定するには、 SelectGroupStyleCore メソッドをオーバーライドします。

Windows 8Windows 8 では、グループ パラメーター値として null を渡すことができます。 Windows 8.1では、null を渡すとエラーが発生します。

適用対象