StandardTableColumnDefinitions.ErrorCode Field
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.
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()).