ColumnState(String, Boolean, Double, Int32, Boolean) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 특성을 사용하여 을 ColumnState Create.
ColumnState(std::wstring const & name, bool isVisible, double width, int sortPriority = 0, bool descendingSort = false);
public ColumnState (string name, bool isVisible, double width, int sortPriority = 0, bool descendingSort = false);
new Microsoft.VisualStudio.Shell.TableControl.ColumnState : string * bool * double * int * bool -> Microsoft.VisualStudio.Shell.TableControl.ColumnState
Public Sub New (name As String, isVisible As Boolean, width As Double, Optional sortPriority As Integer = 0, Optional descendingSort As Boolean = false)
매개 변수
- name
- String
이 상태가 적용되는 열의 이름입니다.
- isVisible
- Boolean
열의 표시 유형입니다.
- width
- Double
열의 너비(픽셀)입니다.
- sortPriority
- Int32
열의 정렬 우선 순위입니다.
- descendingSort
- Boolean
열에 내림차순 정렬을 사용해야 하는 경우 true입니다.