IVbcHostObject.SetAddModules(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 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
.