UseCaseExtensions Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateExtend(IUseCase^, IUseCase^) | Create an IExtend link to show that this use case extends the definition of another. |
![]() ![]() | CreateInclude(IUseCase^, IUseCase^) | Create an IInclude link to show that this use case includes another. |
![]() ![]() | GetExtendedCases(IUseCase^) | The use cases extended by this use case. |
![]() ![]() | GetExtendingCases(IUseCase^) | The use cases that extend this use case. |
![]() ![]() | GetIncludedCases(IUseCase^) | The use cases that are included by this use case. |
![]() ![]() | GetIncludingCases(IUseCase^) | The use cases that include this use case. |
Show:

