Condividi tramite


Proprietà IEncapsulatedClassifier.OwnedPorts

Ottiene le porte tramite le quali le istanze di questo tipo interagiscono con le altre istanze.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.CompositeStructures
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
ReadOnly Property OwnedPorts As IEnumerable(Of IPort)
    Get
IEnumerable<IPort> OwnedPorts { get; }
property IEnumerable<IPort^>^ OwnedPorts {
    IEnumerable<IPort^>^ get ();
}
abstract OwnedPorts : IEnumerable<IPort>
function get OwnedPorts () : IEnumerable<IPort>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IEncapsulatedClassifier Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.CompositeStructures