ITableColumnDefinitionManager Interface
Visual Studio 2015
Manager for the TableColumnDefinitions used by any instance of an IWpfTableControl.
Assembly: Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | AddColumnDefinition(ITableColumnDefinition^) | Add a new TableColumnDefinition. |
![]() | GetColumnDefinition(String^) | Gets the TableColumnDefinition associated with columnName. |
![]() | RemoveColumnDefinition(String^) | Remove an existing TableColumnDefinition. |
This is a MEF component part, and should be imported as follows:
[Import] /// internal ITableColumnDefinitionManager tableColumnDefinitionManager { get; private set; }
Show:
