IVbcHostObject.SetAddModules(String[]) Method

Definition

Specifies one or more modules to be part of the assembly.

public:
 bool SetAddModules(cli::array <System::String ^> ^ addModules);
public bool SetAddModules (string[] addModules);
abstract member SetAddModules : string[] -> bool
Public Function SetAddModules (addModules As String()) As Boolean

Parameters

addModules
String[]

An array of modules to be part of the assembly.

Returns

true if the method was successful; otherwise, false.

Applies to