VCXDCMakeTool.OutputDocumentFile Property

Sets or gets the output document file name.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

声明
Property OutputDocumentFile As String
用法
Dim instance As VCXDCMakeTool
Dim value As String

value = instance.OutputDocumentFile

instance.OutputDocumentFile = value
string OutputDocumentFile { get; set; }
property String^ OutputDocumentFile {
    String^ get ();
    void set (String^ value);
}
function get OutputDocumentFile () : String
function set OutputDocumentFile (value : String)

Property Value

Type: System.String

String containing the doc file name.

Permissions

See Also

Reference

VCXDCMakeTool Interface

VCXDCMakeTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace