Freigeben über


IPackageImport.ImportingNamespace-Eigenschaft

Der Namespace, der die Member von einem Paket importiert.

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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.Uml.Classes.INamespace

.NET Framework-Sicherheit

Siehe auch

Referenz

IPackageImport Schnittstelle

Microsoft.VisualStudio.Uml.Classes-Namespace