StandardTableKeyNames 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.
Names of predefined keys for data in an ITableEntry.
public ref class StandardTableKeyNames abstract sealed
public ref class StandardTableKeyNames abstract sealed
class StandardTableKeyNames abstract sealed
public static class StandardTableKeyNames
type StandardTableKeyNames = class
Public Class StandardTableKeyNames
- Inheritance
-
StandardTableKeyNames
Remarks
These constants should only be used to get data from an ITableEntry.
They should not be used when calling declaring what columns should be displayed when a provider is active. Use StandardTableColumnDefinitions for those.
Fields
Branch |
The branch of the code repository associated with the entry. |
BuildTool |
The name of the tool that generated the error (e.g. "fxcop"). |
Column |
The column number associated with a table-entry. |
Definition |
Returns the definition associated with a symbol reference. |
DefinitionIcon |
Returns an icon to display as part of the definition. |
DetailsExpander |
The details expander associated with a table-entry. |
DisplayPath |
The full displayed path for the entry. |
DocumentName |
The full path of the document associated with a table-entry. |
ErrorCategory |
The error category. |
ErrorCode |
The text displayed in the ErrorCode column. |
ErrorCodeToolTip |
The tooltip displayed in the ErrorCode column. |
ErrorRank |
The ranking of the error compared with other errors. |
ErrorSeverity |
The error severity (despite the expected data type of the value). |
ErrorSeverityImage |
The icon used to indicate the error severity. |
ErrorSource |
The entry's error source (e.g. Build). |
FullText |
The full text associated with a table-entry in the case when Text is truncated. |
HasVerticalContent |
Definition for whether a table-entry has vertical content. |
HelpKeyword |
Help keyword of the help associated with this table entry. |
HelpLink |
URI of the help associated with this table entry. |
HelpText |
Returns a help text associated with the table entry. |
ImageIndex |
The IVsTaskItem.ImageListIndex() of the error (for errors reported using the legacy APIs). |
IsActiveContext |
Was the error generated from the active context?. |
ItemOrigin |
The origin of the entry. |
Line |
The line number associated with a table-entry. |
LineText |
Returns a plain text for an error or symbol reference. |
NameSpace |
Returns the namespace containing the error or symbol reference. |
OutputWindowMessageId |
The message ID that is used to associate an entry in error list with a text nessage in output window. |
OutputWindowMessageProvider |
The message provider which writes the message text associated with a message ID to output window. |
Path |
Returns the path of the file containing the error or symbol reference. |
PersistentSpan |
The location associated with the entry. It enables accurate navigation when data provided by Line and Column is stale after making changes to the document. |
Priority |
The error priority. |
PriorityImage |
The icon used to indicate the error priority. |
ProjectGuid |
The ID of the project that contains the error. |
ProjectGuids |
Returns the IDs of the projects that contain the error. |
ProjectName |
The name of the project. |
ProjectNames |
Returns the names of the projects that contain the error. |
Repository |
The code repository associated with the entry. |
SuppressionState |
The suppression state of an error. |
SymbolKind |
The symbol kind associated with the entry. |
TaskCategory |
The category of the item. |
Text |
The text associated with a table-entry. |
TextInlines |
Returned a list of Inline used to display formatted text for an error or symbol. |