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
Remarks
Code will be generated into the Namespace.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace