Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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