IStructuredClassifier::OwnedConnectors Property

 

Gets the connectors owned by the classifier, for example the Assembly and Delegate connectors in a Component.

Namespace:   Microsoft.VisualStudio.Uml.CompositeStructures
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

property IEnumerable<IConnector^>^ OwnedConnectors {
	IEnumerable<IConnector^>^ get();
}
Return to top
Show: