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

 

Create an IExtend link to show that this use case extends the definition of another.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

public:
[ExtensionAttribute]
static IExtend^ CreateExtend(
	IUseCase^ sourceUseCase,
	IUseCase^ targetUseCase
)

Parameters

sourceUseCase
Type: Microsoft.VisualStudio.Uml.UseCases::IUseCase^

The extending use case, which defines additional behavior.

targetUseCase
Type: Microsoft.VisualStudio.Uml.UseCases::IUseCase^

The base use case that is extended by the additional behavior defined in the source.

Return to top
Show: