VCCLCompilerTool.GenerateXMLDocumentationFiles 属性

定义

设置或获取是否生成 XML 文档文件。

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

属性值

Boolean

true 表示生成 XML 文档文件,false 表示不生成。

属性

示例

请参阅 /doc (处理文档注释) (c/c + +)

适用于