DVTk API
NrOfUserWarnings Property
DVTkDvtkData.ResultsCountersNrOfUserWarnings
DVTk API

[This is preliminary documentation and is subject to change.]

Number of User Warnings.
Declaration Syntax
C#Visual BasicVisual C++
public uint NrOfUserWarnings { get; set; }
Public Property NrOfUserWarnings As UInteger
public:
property unsigned int NrOfUserWarnings {
	unsigned int get ();
	void set (unsigned int value);
}
Remarks

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.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0