DocumentationMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the different documentation comment processing modes.
public enum class DocumentationMode
public enum DocumentationMode
type DocumentationMode =
Public Enum DocumentationMode
- Inheritance
-
DocumentationMode
Fields
Name | Value | Description |
---|---|---|
None | 0 | Treats documentation comments as regular comments. |
Parse | 1 | Parses documentation comments as structured trivia, but do not report any diagnostics. |
Diagnose | 2 | Parses documentation comments as structured trivia and report diagnostics. |
Remarks
Order matters: least processing to most processing.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.