DocumentationSet.AllowedXmlElements Property

Enumerates through the list of XML element names (e.g. "b" for "<b>") that are allowed within XML comment sections; elements not listed are still allowed but a warning is generated, since such an element may be a mistake (e.g. "<r>" mistyped).

Parent Type: DocumentationSet

Namespace: DwellNet.CodeDoc

Assembly: CodeDocApi.dll

Syntax
C#

public IEnumerable<string> AllowedXmlElements

{ get; }
Remarks

The <AllowedXmlElements> section of the CodeDoc XML project file contains XML element names that are used to populate this property.

See Also

DocumentationSet.AllowXmlElement Method