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 で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET