VCCLCompilerTool.GenerateXMLDocumentationFiles Property
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.
Sets or gets whether to generate XML documentation files.
public:
property bool GenerateXMLDocumentationFiles { bool get(); void set(bool value); };
public:
property bool GenerateXMLDocumentationFiles { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(175)]
public bool GenerateXMLDocumentationFiles { [System.Runtime.InteropServices.DispId(175)] get; [System.Runtime.InteropServices.DispId(175)] set; }
[<System.Runtime.InteropServices.DispId(175)>]
[<get: System.Runtime.InteropServices.DispId(175)>]
[<set: System.Runtime.InteropServices.DispId(175)>]
member this.GenerateXMLDocumentationFiles : bool with get, set
Public Property GenerateXMLDocumentationFiles As Boolean
Property Value
true
means generate XML documentation files, false
means not to.
- Attributes
Examples
See /doc (Process Documentation Comments) (C/C++).