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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.