IVbcHostObject.SetAddModules(String[]) Method
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);
C#
public bool SetAddModules(string[] addModules);
abstract member SetAddModules : string[] -> bool
Public Function SetAddModules (addModules As String()) As Boolean
- addModules
- String[]
An array of modules to be part of the assembly.
true
if the method was successful; otherwise, false
.
Tuote | Versiot |
---|---|
MSBuild | 15, 16, 17 |
MSBuild (.NET Core) | 15, 16, 17 |