ColumnState(String, Boolean, Double, Int32, Boolean) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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。