ProjectHostItem.FullyQualifiedNamespace Property

Gets the fully qualified namespace of the project host item.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Public ReadOnly Property FullyQualifiedNamespace As String
'Usage
Dim instance As ProjectHostItem 
Dim value As String 

value = instance.FullyQualifiedNamespace
public string FullyQualifiedNamespace { get; }
public:
property String^ FullyQualifiedNamespace {
    String^ get ();
}
public function get FullyQualifiedNamespace () : String

Property Value

Type: System.String
The fully qualified namespace of the project host item.

.NET Framework Security

See Also

Reference

ProjectHostItem Class

ProjectHostItem Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace