StandardTableDataSources Class

Visual Studio 2015
 

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

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

System::Object
  Microsoft.VisualStudio.Shell.TableManager::StandardTableDataSources

public ref class StandardTableDataSources abstract sealed 

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticAnyDataSource

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.

System_CAPS_pubfieldSystem_CAPS_staticCommentTableDataSource

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

System_CAPS_pubfieldSystem_CAPS_staticErrorTableDataSource

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

System_CAPS_pubfieldSystem_CAPS_staticShortcutTableDataSource

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

System_CAPS_pubfieldSystem_CAPS_staticUserTableDataSource

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: