共用方式為


IPackageImport.ImportingNamespace 屬性

從封裝中匯入成員的命名空間。

命名空間:  Microsoft.VisualStudio.Uml.Classes
組件:  Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

語法

'宣告
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)

屬性值

類型:Microsoft.VisualStudio.Uml.Classes.INamespace

.NET Framework 安全性

請參閱

參考

IPackageImport 介面

Microsoft.VisualStudio.Uml.Classes 命名空間