ColumnState2(String, Boolean, Double, Int32, Boolean, Int32) Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
ColumnState2(std::wstring const & name, bool isVisible, double width, int sortPriority = 0, bool descendingSort = false, int groupingPriority = 0);
public ColumnState2 (string name, bool isVisible, double width, int sortPriority = 0, bool descendingSort = false, int groupingPriority = 0);
new Microsoft.VisualStudio.Shell.TableControl.ColumnState2 : string * bool * double * int * bool * int -> Microsoft.VisualStudio.Shell.TableControl.ColumnState2
Public Sub New (name As String, isVisible As Boolean, width As Double, Optional sortPriority As Integer = 0, Optional descendingSort As Boolean = false, Optional groupingPriority As Integer = 0)
Parametreler
- name
- String
- isVisible
- Boolean
- width
- Double
- sortPriority
- Int32
- descendingSort
- Boolean
- groupingPriority
- Int32