Share via


StandardTableColumnDefinitions.ErrorCode Field

Definition

Column used to display the entry's error code (e.g. "CS2912").

public: System::String ^ ErrorCode;
std::wstring ErrorCode;
public const string ErrorCode;
val mutable ErrorCode : string
Public Const ErrorCode As String 

Field Value

Remarks

This column uses the ErrorCode and ErrorCodeToolTip key names in an entry.

This column displays as a Hyperlink in the table. The ErrorCode is the hyperlink's text and the ErrorCodeToolTip is the tooltip displayed when hovering over the link.

Clicking on the hyperlink is equivalent to navigating to the entry's associated help information (see NavigateToHelp()).

Applies to