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
'Declaration
Property ImportingNamespace As INamespace
INamespace ImportingNamespace { get; set; }
property INamespace^ ImportingNamespace {
INamespace^ get ();
void set (INamespace^ value);
}
abstract ImportingNamespace : INamespace with get, set
function get ImportingNamespace () : INamespace
function set ImportingNamespace (value : INamespace)
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.INamespace
.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.