Share via


IPackageImport.ImportingNamespace Property

 

The Namespace that imports the members from a Package.

Namespace:   Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

INamespace ImportingNamespace { get; set; }
property INamespace^ ImportingNamespace {
    INamespace^ get();
    void set(INamespace^ value);
}
abstract ImportingNamespace : INamespace with get, set
Property ImportingNamespace As INamespace

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.INamespace

See Also

IPackageImport Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top