|
| A Sandcastle Documented Class Library |
| cXMLHandler..::..GetWarnings Method |
| cXMLHandler Class See Also Send Feedback |
|
Gets the warnings generated from the most recent load or save.
Namespace: XMLConfigurationLib
Assembly: XMLConfigurationLib (in XMLConfigurationLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public List<string> GetWarnings() |
| Visual Basic |
|---|
Public Function GetWarnings As List(Of String) |
| Visual C++ |
|---|
public: List<String^>^ GetWarnings() |