Share via


IPort.Provided Property

 

Gets Interfaces specifying a set of operations and events that the owning object offers.

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

Syntax

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

Property Value

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

See Also

IPort Interface
Microsoft.VisualStudio.Uml.CompositeStructures Namespace

Return to top