StandardTableColumnDefinitions 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 columns in the table.
public ref class StandardTableColumnDefinitions abstract sealed
public ref class StandardTableColumnDefinitions abstract sealed
class StandardTableColumnDefinitions abstract sealed
public static class StandardTableColumnDefinitions
type StandardTableColumnDefinitions = class
Public Class StandardTableColumnDefinitions
- Inheritance
-
StandardTableColumnDefinitions
Remarks
These constants should only be used to refer to the names of columns (e.g. declaring what columns should be visible or changing the filter for a column).
They should not be used when calling ITableEntry.TryGetValue(...). Use StandardTableKeyNames for those.
Fields
Branch |
Column used to display the entry's branch (Branch for more details). |
BuildTool |
Column used to display the build tool that generated the error (e.g. "FxCop"). |
Column |
The column used to display the column number associated with the entry. |
DetailsExpander |
The column used to display to indicate whether or not the entry has additional content associated with it. |
DocumentName |
The column used to display the document name associated with the entry. |
ErrorCategory |
Column used to display the entry's error category (e.g. "Compiler"). |
ErrorCode |
Column used to display the entry's error code (e.g. "CS2912"). |
ErrorRank |
Column used to display the entry's error rank (ErrorRank for more details). |
ErrorSeverity |
Column used to display the entry's severity (based on either StandardTableKeyNames.ErrorSeverityImage or StandardTableKeyNames.ErrorSeverity). |
ErrorSource |
Column used to display the entry's error source (e.g. "Build"). |
ItemOrigin |
Column used to display the entry's origin (ItemOrigin for more details). |
Line |
The column used to display the line number associated with the entry. |
Priority |
Column used to display the entry's priority. |
ProjectName |
Column used to display the entry's project (e.g. "ConsoleApplication1"). |
ProjectRank |
Column used to display the entry's project rank. |
Repository |
Column used to display the entry's repository (Repository for more details). |
SuppressionState |
Column used to display the entry's suppression status (SuppressionState for more details). |
Text |
The column used to display the descriptive text associated with the entry. |