Partager via


VCXDCMakeTool.OutputDocumentFile, propriété

Définit ou obtient le nom de fichier du document de sortie.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String
Chaîne contenant le nom de fichier du document.

Sécurité .NET Framework

Voir aussi

Référence

VCXDCMakeTool Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms