[This is preliminary documentation and is subject to change.]
Number of User Warnings.
| C# | Visual Basic | Visual C++ |
public uint NrOfUserWarnings { get; set; }
Public Property NrOfUserWarnings As UInteger
public: property unsigned int NrOfUserWarnings { unsigned int get (); void set (unsigned int value); }
These are warnings explicitly invoked by the user of the Dvtk component. The user can use Dvtk to report his/her errors into the output results.
The user can use the return codes of Dvtk calls to build his/her own test logic.