次の方法で共有


ColumnState(String, Boolean, Double, Int32, Boolean) コンストラクター

定義

指定された属性を持つ をColumnStateCreateします。

 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。

適用対象