IVbcHostObject.SetDocumentationFile(String) 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 the XML file in which to save processed documentation comments.
public:
bool SetDocumentationFile(System::String ^ documentationFile);
public bool SetDocumentationFile (string documentationFile);
abstract member SetDocumentationFile : string -> bool
Public Function SetDocumentationFile (documentationFile As String) As Boolean
Parameters
- documentationFile
- String
A string that contains the name of the file in which to save processed documentation comments.
Returns
true
if the method was successful; otherwise, false
.