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 8 Windows 8에서는 null그룹 매개 변수 값으로 전달할 수 있습니다. Windows 8.1 null을 전달하면 오류가 발생합니다.

적용 대상