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

Применяется к