NDoc 1.3.1 SDK

AssemblySlashDoc.SlashDoc Property

Gets or sets the path to a documentation comment XML file.

[Visual Basic]
<FilenameEditor+FileDialogFilter(Title:="Select Assembly", Filter:="/doc Output files (*.xml)|*.xml|All files (*.*)|*.*")>
Public Property SlashDoc As FilePath [C#]
[FilenameEditor+FileDialogFilter(Title="Select Assembly", Filter="/doc Output files (*.xml)|*.xml|All files (*.*)|*.*")]
public FilePath SlashDoc { get; set; } [C++]
[FilenameEditor+FileDialogFilter(Title="Select Assembly", Filter="/doc Output files (*.xml)|*.xml|All files (*.*)|*.*")]
public: __property FilePath* get_SlashDoc(); public: __property void set_SlashDoc(FilePath* ); [JScript] public 
   FilenameEditor+FileDialogFilter(Title="Select Assembly", Filter="/doc Output files (*.xml)|*.xml|All files (*.*)|*.*")
function get SlashDoc() : FilePath public 
   FilenameEditor+FileDialogFilter(Title="Select Assembly", Filter="/doc Output files (*.xml)|*.xml|All files (*.*)|*.*")
function set SlashDoc(FilePath);

Property Value

A FilePath representing the path to a documentation comment XML file.

See Also

AssemblySlashDoc Class | NDoc.Core Namespace