PropertySort 열거형

정의

PropertyGrid에서 속성이 정렬되는 방식을 지정합니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

public enum class PropertySort
[System.Runtime.InteropServices.ComVisible(true)]
public enum PropertySort
public enum PropertySort
[System.Flags]
public enum PropertySort
[<System.Runtime.InteropServices.ComVisible(true)>]
type PropertySort = 
type PropertySort = 
[<System.Flags>]
type PropertySort = 
Public Enum PropertySort
상속
PropertySort
특성

필드

Alphabetical 1

속성은 사전순으로 정렬됩니다.

Categorized 2

속성은 범주별로 그룹화되어 표시됩니다. 범주는 속성 자체에 의해 정의됩니다.

CategorizedAlphabetical 3

속성은 범주별로 그룹화되어 표시됩니다. 속성은 그룹 내에서도 사전순으로 정렬됩니다. 범주는 속성 자체에 의해 정의됩니다.

NoSort 0

속성은 TypeDescriptor에서 검색되는 순서대로 표시됩니다.

설명

이 열거형의 멤버 값을 설정 하는 데는 PropertySort 의 속성을 PropertyGrid입니다.

적용 대상