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
'Usage
Dim instance As VCCLCompilerTool 
Dim value As Boolean 

value = instance.GenerateXMLDocumentationFiles

instance.GenerateXMLDocumentationFiles = value
bool GenerateXMLDocumentationFiles { get; set; }
property bool GenerateXMLDocumentationFiles {
    bool get ();
    void set (bool value);
}
function get GenerateXMLDocumentationFiles () : boolean 
function set GenerateXMLDocumentationFiles (value : boolean)

Property Value

Type: System.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

VCCLCompilerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace