IEncapsulatedClassifier.OwnedPorts Property

 

Gets the Ports through which instances of this type interact with other instances.

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

Syntax

IEnumerable<IPort> OwnedPorts { get; }
property IEnumerable<IPort^>^ OwnedPorts {
    IEnumerable<IPort^>^ get();
}
abstract OwnedPorts : IEnumerable<IPort> with get
ReadOnly Property OwnedPorts As IEnumerable(Of IPort)

Property Value

Type: System.Collections.Generic.IEnumerable<IPort>

See Also

IEncapsulatedClassifier Interface
Microsoft.VisualStudio.Uml.CompositeStructures Namespace

Return to top