VCCLCompilerTool.XMLDocumentationFileName Property

Gets or sets the XML documentation file name.

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)

Property Value

Type: String
A string representing the file name of the XML documentation.

.NET Framework Security

See Also

Reference

VCCLCompilerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace