Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
ReadOnly Property OwnedPorts As IEnumerable(Of IPort)
IEnumerable<IPort> OwnedPorts { get; }
property IEnumerable<IPort^>^ OwnedPorts {
IEnumerable<IPort^>^ get ();
}
abstract OwnedPorts : IEnumerable<IPort> with get
function get OwnedPorts () : IEnumerable<IPort>
Property Value
Type: System.Collections.Generic.IEnumerable<IPort>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.