PackageExtensions.GetImportedPackages Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The imported packages of the namespace
Namespace: Microsoft.VisualStudio.Uml.Extensions
Assembly: Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function GetImportedPackages ( _
importingNamespace As INamespace _
) As IEnumerable(Of IPackage)
'Usage
Dim importingNamespace As INamespace
Dim returnValue As IEnumerable(Of IPackage)
returnValue = importingNamespace.GetImportedPackages()
public static IEnumerable<IPackage> GetImportedPackages(
this INamespace importingNamespace
)
[ExtensionAttribute]
public:
static IEnumerable<IPackage^>^ GetImportedPackages(
INamespace^ importingNamespace
)
static member GetImportedPackages :
importingNamespace:INamespace -> IEnumerable<IPackage>
public static function GetImportedPackages(
importingNamespace : INamespace
) : IEnumerable<IPackage>
Parameters
- importingNamespace
Type: Microsoft.VisualStudio.Uml.Classes.INamespace
Return Value
Type: System.Collections.Generic.IEnumerable<IPackage>
A Collection of IPackage
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type INamespace. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
.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.