StandardTableDataSources Class

Definition

Standard ITableDataSource.SourceTypeIdentifier> used by the Error and Task Lists.

public ref class StandardTableDataSources abstract sealed
public ref class StandardTableDataSources abstract sealed
class StandardTableDataSources abstract sealed
public static class StandardTableDataSources
type StandardTableDataSources = class
Public Class StandardTableDataSources
Inheritance
StandardTableDataSources

Fields

AnyDataSource

Represents a string identifier of an "any data source". Used by ITableControlEventProcessorProvider to identify event processors that are not limited to any particular data source. Wildcards in the source string are not supported in general. This is handled as a special case.

CommentTableDataSource

The ITableDataSource.SourceTypeIdentifier for sources providing comment tasks to the task list.

ErrorTableDataSource

The string equivalent of the "ITableDataSource.SourceTypeIdentifier for sources providing errors to the error list.

FindAddReferencesDataSource

The string equivalent of the SourceTypeIdentifier for sources providing references to find all references.

FindResultsDataSource

The string equivalent of the SourceTypeIdentifier for sources providing results to find results.

ShortcutTableDataSource

The string equivalent of the ITableDataSource.SourceTypeIdentifier for sources providing shortcut tasks to the task list. Corresponds to GUID_Shortcut_TaskProvider</para>

UserTableDataSource

The string equivalent of the ITableDataSource.SourceTypeIdentifier for sources providing user tasks to the task list.

Applies to