TableColumnDefinitionBase Class
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.
Important
This API is not CLS-compliant.
Describes a column of data.
public ref class TableColumnDefinitionBase abstract : Microsoft::Internal::VisualStudio::Shell::TableControl::ITableColumnDefinition2, Microsoft::VisualStudio::Shell::TableControl::ITableColumnDefinition
public ref class TableColumnDefinitionBase abstract : Microsoft::VisualStudio::Shell::TableControl::ITableColumnDefinition2
[Windows::Foundation::Metadata::WebHostHidden]
public ref class TableColumnDefinitionBase abstract : Microsoft::VisualStudio::Shell::TableControl::ITableColumnDefinition2
[Windows::Foundation::Metadata::WebHostHidden]
class TableColumnDefinitionBase abstract : Microsoft::VisualStudio::Shell::TableControl::ITableColumnDefinition2
[System.CLSCompliant(false)]
public abstract class TableColumnDefinitionBase : Microsoft.Internal.VisualStudio.Shell.TableControl.ITableColumnDefinition2, Microsoft.VisualStudio.Shell.TableControl.ITableColumnDefinition
[System.CLSCompliant(false)]
public abstract class TableColumnDefinitionBase : Microsoft.VisualStudio.Shell.TableControl.ITableColumnDefinition2
public abstract class TableColumnDefinitionBase : Microsoft.VisualStudio.Shell.TableControl.ITableColumnDefinition2
[<System.CLSCompliant(false)>]
type TableColumnDefinitionBase = class
interface ITableColumnDefinition
interface ITableColumnDefinition2
type TableColumnDefinitionBase = class
interface ITableColumnDefinition
interface ITableColumnDefinition2
Public MustInherit Class TableColumnDefinitionBase
Implements ITableColumnDefinition, ITableColumnDefinition2
Public MustInherit Class TableColumnDefinitionBase
Implements ITableColumnDefinition2
- Inheritance
-
TableColumnDefinitionBase
- Attributes
- Implements
-
Microsoft.Internal.VisualStudio.Shell.TableControl.ITableColumnDefinition2 ITableColumnDefinition ITableColumnDefinition2
Remarks
Required MEF metadata: Name
Constructors
TableColumnDefinitionBase() |
Creates a new instance of TableColumnDefinitionBase. |
Fields
EmptyStrings |
An empty string. |
Properties
ColumnDefinition |
Gets the width of the item in the table's header (which is inherited by the corresponding columns of the entries). |
Comparer |
The StringComparer used to sort and compare entries in this column. |
DefaultVisible |
Indicates whether the column is visible by default. |
DefaultWidth |
Gets the default width associated with a column. |
DisplayImage |
ImageMoniker shown for this column in the header. |
DisplayName |
Localized name of the column. |
FilterPresets |
The strings that always exist as filterable items for this list. |
HeaderName |
Localized name used when adding headers to entries copied from the control to the clipboard. |
IsCopyable |
Indicates whether the user can copy the column's content using the default copy command. |
IsFilterable |
Indicated whether the column can be filtered using the default UI. |
IsHideable |
Indicates whether the user can hide the column using the default UI. |
IsMovable |
Indicates whether the user can move the column using the default UI. |
IsResizable |
Indicates whether the user can change the column's width using the default UI. |
IsSortable |
Indicates whether the column can be sorted using the default UI. |
MaxWidth |
Maximum width of the column (in pixels). |
MinWidth |
Minimum width of the column (in pixels). |
Name |
Unique identifier of the column. |
TextWrapping |
Indicates whether the user can copy the column's content should be wrapped if it is too large to fit. |