VCXDCMakeTool.OutputDocumentFile 属性

设置或获取输出文档文件的名称。

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

语法

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

属性值

类型:System.String
包含文档文件名称的字符串。

.NET Framework 安全性

请参见

参考

VCXDCMakeTool 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间