IWpfTableControl.ColumnStates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>.