PackageExtensions.CreateDependency Method
Create a new IDependency link in the NamedElement
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function CreateDependency ( _
parent As IPackage, _
client As INamedElement, _
supplier As INamedElement _
) As IDependency
public static IDependency CreateDependency(
this IPackage parent,
INamedElement client,
INamedElement supplier
)
[ExtensionAttribute]
public:
static IDependency^ CreateDependency(
IPackage^ parent,
INamedElement^ client,
INamedElement^ supplier
)
static member CreateDependency :
parent:IPackage *
client:INamedElement *
supplier:INamedElement -> IDependency
public static function CreateDependency(
parent : IPackage,
client : INamedElement,
supplier : INamedElement
) : IDependency
Parameters
- parent
Type: Microsoft.VisualStudio.Uml.Classes.IPackage
- client
Type: Microsoft.VisualStudio.Uml.Classes.INamedElement
- supplier
Type: Microsoft.VisualStudio.Uml.Classes.INamedElement
Return Value
Type: Microsoft.VisualStudio.Uml.Classes.IDependency
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type IPackage. 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.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace