Presentation Style SettingsCheck For Errors Method
This is used to check the presentation style for errors
Definition
Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
An enumerable list of problems found or an empty list if everything is okay
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public IEnumerable<string> CheckForErrors()VB
Public Function CheckForErrors As IEnumerable(Of String)C++
public:
IEnumerable<String^>^ CheckForErrors()F#
member CheckForErrors : unit -> IEnumerable<string> Return Value
IEnumerableStringAn enumerable list of problems found or an empty list if everything is okay