Partilhar via


Propriedade VCCLCompilerTool.XMLDocumentationFileName

Obtém ou define o nome do arquivo de documentação XML.

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

Sintaxe

'Declaração
Property XMLDocumentationFileName As String
string XMLDocumentationFileName { get; set; }
property String^ XMLDocumentationFileName {
    String^ get ();
    void set (String^ value);
}
abstract XMLDocumentationFileName : string with get, set
function get XMLDocumentationFileName () : String
function set XMLDocumentationFileName (value : String)

Valor de propriedade

Tipo: System.String
Uma seqüência de caracteres que representa o nome do arquivo da documentação XML.

Segurança do .NET Framework

Consulte também

Referência

VCCLCompilerTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine