PackageExtensions::CreateDependency Method (IPackage^, INamedElement^, INamedElement^)

 

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)

public:
[ExtensionAttribute]
static IDependency^ CreateDependency(
	IPackage^ parent,
	INamedElement^ client,
	INamedElement^ supplier
)
Return to top
Show: