VCCLCompilerTool.XMLDocumentationFileName 属性

获取或设置 XML 文档的文件名。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
Property XMLDocumentationFileName As String
string XMLDocumentationFileName { get; set; }
property String^ XMLDocumentationFileName {
    String^ get ();
    void set (String^ value);
}
abstract XMLDocumentationFileName : string with get, set
function get XMLDocumentationFileName () : String 
function set XMLDocumentationFileName (value : String)

属性值

类型:String
一个表示 XML 文档的文件名的字符串。

.NET Framework 安全性

请参阅

参考

VCCLCompilerTool 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间