ITableColumnDefinitionManager Interface

Visual Studio 2015
 

Manager for the TableColumnDefinitions used by any instance of an IWpfTableControl.

Namespace:   Microsoft.VisualStudio.Shell.TableControl
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

[CLSCompliantAttribute(false)]
public interface class ITableColumnDefinitionManager

NameDescription
System_CAPS_pubmethodAddColumnDefinition(ITableColumnDefinition^)

Add a new TableColumnDefinition.

System_CAPS_pubmethodGetColumnDefinition(String^)

Gets the TableColumnDefinition associated with columnName.

System_CAPS_pubmethodRemoveColumnDefinition(String^)

Remove an existing TableColumnDefinition.

This is a MEF component part, and should be imported as follows:

 [Import]
/// internal ITableColumnDefinitionManager tableColumnDefinitionManager  { get; private set; }

Return to top
Show: