Sdílet prostřednictvím


IUseCase.Extends – vlastnost

Získá vztahů s případy použití prodloužena o tento případ použití.

Obor názvů:  Microsoft.VisualStudio.Uml.UseCases
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: IEnumerable<IExtend>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IUseCase Rozhraní

Microsoft.VisualStudio.Uml.UseCases – obor názvů