VCCLCompilerTool.GenerateXMLDocumentationFiles 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置或获取是否生成 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
属性值
true 表示生成 XML 文档文件,false 表示不生成。
- 属性
示例
请参阅 /doc (处理文档注释) (c/c + +) 。