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을 전달하면 오류가 발생합니다.