VCCLCompilerTool.GenerateXMLDocumentationFiles 屬性

設定或取得是否要產生 XML 文件檔案。

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
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)

屬性值

型別:System.Boolean
true 表示產生 XML 文件檔案,false 表示不產生。

範例

請參閱 /doc (處理文件註解) (C/C++)

.NET Framework 安全性

請參閱

參考

VCCLCompilerTool 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間