VCCLCompilerTool.GenerateXMLDocumentationFiles Property

Sets or gets whether to generate XML documentation files.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property GenerateXMLDocumentationFiles As Boolean
bool GenerateXMLDocumentationFiles { get; set; }
property bool GenerateXMLDocumentationFiles {
    bool get ();
    void set (bool value);
}
abstract GenerateXMLDocumentationFiles : bool with get, set
function get GenerateXMLDocumentationFiles () : boolean 
function set GenerateXMLDocumentationFiles (value : boolean)

Property Value

Type: Boolean
true means generate XML documentation files, false means not to.

Examples

See /doc (Process Documentation Comments) (C/C++).

.NET Framework Security

See Also

Reference

VCCLCompilerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace