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: System.Boolean
true means generate XML documentation files, false means not to.
Examples
See /doc (Process Documentation Comments) (C/C++).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.