IUseCase.Extends Property
Gets the relationships to the Use Cases extended by this Use Case.
Namespace: Microsoft.VisualStudio.Uml.UseCases
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IEnumerable<IExtend> Extends { get; }
property IEnumerable<IExtend^>^ Extends {
IEnumerable<IExtend^>^ get();
}
abstract Extends : IEnumerable<IExtend> with get
ReadOnly Property Extends As IEnumerable(Of IExtend)
Property Value
Type: System.Collections.Generic.IEnumerable<IExtend>
See Also
IUseCase Interface
Microsoft.VisualStudio.Uml.UseCases Namespace
Return to top