Partilhar via


Propriedade VCXDCMakeTool.OutputDocumentFile

Define ou obtém o nome de arquivo do documento de saída.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String
A seqüência de caracteres que contém o nome de arquivo doc.

Segurança do .NET Framework

Consulte também

Referência

VCXDCMakeTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine