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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.