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

Property XMLDocumentationFileName As String

Dim instance As VCCLCompilerTool
Dim value As String

value = instance.XMLDocumentationFileName

instance.XMLDocumentationFileName = value
string XMLDocumentationFileName { get; set; }
property String^ XMLDocumentationFileName {
    String^ get ();
    void set (String^ value);
}
function get XMLDocumentationFileName () : String
function set XMLDocumentationFileName (value : String)

Property Value

Type: System.String

A string representing the file name of the XML documentation.

Permissions

See Also

Reference

VCCLCompilerTool Interface

VCCLCompilerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace