StandardTableKeyNames.ErrorRank 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.
The ranking of the error compared with other errors.
public: System::String ^ ErrorRank;
std::wstring ErrorRank;
public const string ErrorRank;
val mutable ErrorRank : string
Public Const ErrorRank As String
Field Value
Remarks
Expected data type is ErrorRank.
Errors with the lowest rank are, by default, displayed first in the error list.
It is better, for performance reasons, to return values that have been boxed when returning though an out object. You can find boxed equivalents of ErrorRank in Microsoft.VisualStudio.Shell.TableManager.Boxes.