Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
VCCLCompilerTool.GenerateXMLDocumentationFiles Property
Definition
- Namespace:
- Microsoft.VisualStudio.VCProjectEngine
- Assembly:
- Microsoft.VisualStudio.VCProjectEngine.dll
- Package:
- Microsoft.VisualStudio.VCProjectEngine v17.14.40264
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++).
