ColumnState(String, Boolean, Double, Int32, Boolean) 构造函数

定义

CreateColumnState具有指示属性的 。

 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。

适用于