IVbcHostObject.SetGenerateDocumentation(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a value indicating whether to generate documentation and place it in an XML file with the name of the executable file or library that the compiler is creating.
public:
bool SetGenerateDocumentation(bool generateDocumentation);
public bool SetGenerateDocumentation (bool generateDocumentation);
abstract member SetGenerateDocumentation : bool -> bool
Public Function SetGenerateDocumentation (generateDocumentation As Boolean) As Boolean
Parameters
- generateDocumentation
- Boolean
true
to generate a documentation file; otherwise, false
.
Returns
true
if the method was successful; otherwise, false
.