VCCLCompilerTool.XMLDocumentationFileName-Eigenschaft

Ruft den Namen der XML-Dokumentationsdatei ab oder legt diesen fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: String
Eine Zeichenfolge, die den Dateinamen der XML-Dokumentation darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCCLCompilerTool Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace