IVbcHostObject.SetRootNamespace(String) Method

Definition

Specifies the root namespace for all type declarations.

public:
 bool SetRootNamespace(System::String ^ rootNamespace);
public bool SetRootNamespace (string rootNamespace);
abstract member SetRootNamespace : string -> bool
Public Function SetRootNamespace (rootNamespace As String) As Boolean

Parameters

rootNamespace
String

The root namespace for all type declarations.

Returns

true if the method was successful; otherwise, false.

Applies to