HostItem.Namespace Property

Gets or sets the namespace of the HostItem.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Public Property Namespace As String
'Usage
Dim instance As HostItem 
Dim value As String 

value = instance.Namespace

instance.Namespace = value
public string Namespace { get; set; }
public:
virtual property String^ Namespace {
    String^ get () sealed;
    void set (String^ value) sealed;
}
public final function get Namespace () : String 
public final function set Namespace (value : String)

Property Value

Type: System.String
The namespace of the HostItem.

Implements

IVstaHostItem.Namespace

Remarks

Code will be generated into the Namespace.

.NET Framework Security

See Also

Reference

HostItem Class

HostItem Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace