IVbcHostObject.SetGenerateDocumentation(Boolean) Method

Definition

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.

Applies to