次の方法で共有


ColumnState2 クラス

定義

を拡張 ColumnState して、グループ化のサポートを追加します。

public ref class ColumnState2 : Microsoft::VisualStudio::Shell::TableControl::ColumnState
[Windows::Foundation::Metadata::WebHostHidden]
class ColumnState2 : Microsoft::VisualStudio::Shell::TableControl::ColumnState
public class ColumnState2 : Microsoft.VisualStudio.Shell.TableControl.ColumnState
type ColumnState2 = class
    inherit ColumnState
Public Class ColumnState2
Inherits ColumnState
継承
ColumnState2

コンストラクター

ColumnState2(String, Boolean, Double, Int32, Boolean, Int32)

を拡張 ColumnState して、グループ化のサポートを追加します。

フィールド

DescendingSort

並べ替えが降順の並べ替えであるかどうかを示します。

(継承元 ColumnState)
GroupingPriority

を拡張 ColumnState して、グループ化のサポートを追加します。

IsVisible

列の現在の可視性。

(継承元 ColumnState)
Name

この状態が適用される列の名前。

(継承元 ColumnState)
SortPriority

列の並べ替えの優先順位。

(継承元 ColumnState)
Width

列の現在の幅 (ピクセル単位)。

(継承元 ColumnState)

適用対象