ConnectableElementExtensions::GetConnectedElements Method (IConnectableElement^)

 

The elements connected to this element using Connectors. For example, if this element is a Part in a Component, this method returns the Parts and Ports that are connected to it.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

public:
[ExtensionAttribute]
static IEnumerable<IConnectableElement^>^ GetConnectedElements(
	IConnectableElement^ connectableElement
)
Return to top
Show: