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

Property GenerateXMLDocumentationFiles As Boolean

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++).

Permissions

See Also

Reference

VCCLCompilerTool Interface

VCCLCompilerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace