GroupStyleSelector.SelectGroupStyle(Object, UInt32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 그룹 및 수준에 대한 특정 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을 전달하면 오류가 발생합니다.