IVstaProjectHostItem.FullyQualifiedNamespace Property

Gets the fully qualified namespace of the project host item.

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

Syntax

'Declaration
ReadOnly Property FullyQualifiedNamespace As String
'Usage
Dim instance As IVstaProjectHostItem 
Dim value As String 

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

Property Value

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

.NET Framework Security

See Also

Reference

IVstaProjectHostItem Interface

IVstaProjectHostItem Members

Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop Namespace