IVbcHostObject.SetRootNamespace(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 the root namespace for all type declarations.
public:
bool SetRootNamespace(System::String ^ rootNamespace);
C#
public bool SetRootNamespace(string rootNamespace);
abstract member SetRootNamespace : string -> bool
Public Function SetRootNamespace (rootNamespace As String) As Boolean
- rootNamespace
- String
The root namespace for all type declarations.
true
if the method was successful; otherwise, false
.
Proizvod | Verzije |
---|---|
MSBuild | 15, 16, 17 |
MSBuild (.NET Core) | 15, 16, 17 |