Microsoft.VisualStudio.Shell.TableControl Namespace

Visual Studio 2015
 

ClassDescription
System_CAPS_pubclassColumnHashSetFilter

A helper class that implements an IEntryFilter that excludes entries whose untruncated text matches anything in a list of strings.

System_CAPS_pubclassColumnState

Representation of the persistent state associated with a TableColumnDefinition in a particular instance of a IWpfTableControl.

System_CAPS_pubclassDataSourceAttribute

Attribute on an ITableControlEventProcessorProvider to restrict the ITableControlEventProcessor it creates to events on entries created by ITableDataSource whose <see cref="ITableDataSource.Identifier"/> matches this attribute. The ITableControlEventProcessorProvider can have multiple DataSource attributes.

System_CAPS_pubclassDataSourceTypeAttribute

Attribute on an ITableControlEventProcessorProvider to restrict the ITableControlEventProcessor it creates to events on entries created by ITableDataSource whose ITableDataSource.SourceTypeIdentifier matches this attribute. The ITableControlEventProcessorProvider can have multiple DataSourceType attributes.

System_CAPS_pubclassEntriesChangedEventArgs

Event arguments for an IWpfTableControl.EntriesChanged event.

System_CAPS_pubclassFiltersChangedEventArgs

Event arguments for an IWpfTableControl.FiltersChanged event.

System_CAPS_pubclassManagerTypeAttribute

An attribute on an ITableControlEventProcessorProvider to restrict the ITableControlEventProcessor it creates to events on entries provided through an ITableManager whose ITableManager.Identifier matches this attribute.

System_CAPS_pubclassMaskFilter

A helper class that implements an IEntryFilter that excludes entries whose untruncated text matches anything in a list of strings.

System_CAPS_pubclassStandardTableColumnDefinitions

Names of predefined columns in the table.

System_CAPS_pubclassStandardTableControlEventProcessors

The set of standard table control event processors.

System_CAPS_pubclassStringEntryBucket

A helper class that implements IEntryBucket for groups that are displayed using a string.

System_CAPS_pubclassTableColumnDefinitionBase

Describes a column of data.

System_CAPS_pubclassTableControlEventProcessorBase

Helper class for those that want to implement only part of the ITableControlEventProcessor interface.

To see how the methods are implemented, see ITableControlEventProcessor.

System_CAPS_pubclassTableEntryEventArgs

Provides data about a table entry navigation event.

System_CAPS_pubclassTableEntryHandleExtensions

Overload class for getting typed data from an ITableEntry and ITableColumnDefinition.

System_CAPS_pubclassTableEntryNavigateEventArgs

Provides data about a table entry navigation event.

System_CAPS_pubclassTableSelectionChangedEventArgs

Provides data for the ITableControlEventProcessor.PreprocessSelectionChanged(TableSelectionChangedEventArgs) and ITableControlEventProcessor.PostprocessSelectionChanged(TableSelectionChangedEventArgs) events.

System_CAPS_pubclassWpfTableEntriesSnapshotBase

Helper class for those that want to implement only part of the IWpfTableEntriesSnapshot interface.

System_CAPS_pubclassWpfTableEntryBase

InterfaceDescription
System_CAPS_pubinterfaceIEntryBucket

This class is used to group ITableEntries.

System_CAPS_pubinterfaceIEntryFilter

Interface passed to IWpfTableControl.SetFilter(string, IEntryFilter) to filter entries.

System_CAPS_pubinterfaceITableColumnDefinition

Describes a column of data.

System_CAPS_pubinterfaceITableColumnDefinitionManager

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

System_CAPS_pubinterfaceITableControlEventProcessor

Interface used to implement event handlers for UI actions in the IWpfTableControl.

System_CAPS_pubinterfaceITableControlEventProcessorProvider

Represents an exportable MEF component able to create ITableControlEventProcessor a given IWpfTableControl.

System_CAPS_pubinterfaceITableEntryHandle

A wrapper for an ITableEntry or a "virtual" entry created from an ITableEntriesSnapshot.

System_CAPS_pubinterfaceIWpfTableControl

Displays and manages a data as a table.

System_CAPS_pubinterfaceIWpfTableEntriesSnapshot

Extension of the ITableEntriesSnapshot that allows an entry provider to override the default behavior for what gets displayed for an entry in a particular column.

System_CAPS_pubinterfaceIWpfTableEntry

Extension of the IWpfTableEntry that allows an entry provider to override the default behavior for what gets displayed for an entry in a particular column.

Return to top
Show: