IVbcHostObject.SetDocumentationFile(String) Method

Definition

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.

Applies to