IWpfTableControl.ColumnStates Property

Definition

Gets a snapshot of the current column states.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Shell::TableControl::ColumnState ^> ^ ColumnStates { System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Shell::TableControl::ColumnState ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.TableControl.ColumnState> ColumnStates { get; }
member this.ColumnStates : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.TableControl.ColumnState>
Public ReadOnly Property ColumnStates As IReadOnlyList(Of ColumnState)

Property Value

Returns IReadOnlyList<T>.

Applies to