Udostępnij za pośrednictwem


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

'Declaration
ReadOnly Property Extends As IEnumerable(Of IExtend)
    Get
IEnumerable<IExtend> Extends { get; }
property IEnumerable<IExtend^>^ Extends {
    IEnumerable<IExtend^>^ get ();
}
abstract Extends : IEnumerable<IExtend>
function get Extends () : IEnumerable<IExtend>

Property Value

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

.NET Framework Security

See Also

Reference

IUseCase Interface

Microsoft.VisualStudio.Uml.UseCases Namespace