IUseCase.Includes Property

 

Gets the relationships to the Use Cases included by this Use Case.

Namespace:   Microsoft.VisualStudio.Uml.UseCases
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

IEnumerable<IInclude> Includes { get; }
property IEnumerable<IInclude^>^ Includes {
    IEnumerable<IInclude^>^ get();
}
abstract Includes : IEnumerable<IInclude> with get
ReadOnly Property Includes As IEnumerable(Of IInclude)

Property Value

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

See Also

IUseCase Interface
Microsoft.VisualStudio.Uml.UseCases Namespace

Return to top