IPort.Required Property
Gets Interfaces specifying a set of operations and receptions that the owning object requires its environment to handle.
Namespace: Microsoft.VisualStudio.Uml.CompositeStructures
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IEnumerable<IInterface> Required { get; }
property IEnumerable<IInterface^>^ Required {
IEnumerable<IInterface^>^ get();
}
abstract Required : IEnumerable<IInterface> with get
ReadOnly Property Required As IEnumerable(Of IInterface)
Property Value
Type: System.Collections.Generic.IEnumerable<IInterface>
See Also
IPort Interface
Microsoft.VisualStudio.Uml.CompositeStructures Namespace
Return to top