UseCaseExtensions::CreateInclude Method (IUseCase^, IUseCase^)

 

Create an IInclude link to show that this use case includes another.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
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 to top
Show: