VCXDCMakeTool.OutputDocumentFile (Propiedad)

Establece u obtiene el nombre del archivo de documento de salida.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.String
Cadena que contiene el nombre del archivo de documento.

Seguridad de .NET Framework

Vea también

Referencia

VCXDCMakeTool Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)