UseCaseExtensions::CreateInclude Method (IUseCase^, IUseCase^)
Visual Studio 2015
Create an IInclude link to show that this use case includes another.
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
public: [ExtensionAttribute] static IInclude^ CreateInclude( IUseCase^ sourceUseCase, IUseCase^ targetUseCase )
Parameters
- sourceUseCase
-
Type:
Microsoft.VisualStudio.Uml.UseCases::IUseCase^
The base use case that includes another.
- targetUseCase
-
Type:
Microsoft.VisualStudio.Uml.UseCases::IUseCase^
The use case whose behavior is forms part of the behavior of the source.
Return Value
Type: Microsoft.VisualStudio.Uml.UseCases::IInclude^
Show: