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)
IEnumerable<IExtend> Extends { get; }
property IEnumerable<IExtend^>^ Extends {
IEnumerable<IExtend^>^ get ();
}
abstract Extends : IEnumerable<IExtend> with get
function get Extends () : IEnumerable<IExtend>
Property Value
Type: System.Collections.Generic.IEnumerable<IExtend>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.