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 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