VCCLCompilerTool.GenerateXMLDocumentationFiles Property

Definition

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

Applies to