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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.