UseCaseExtensions::CreateExtend Method (IUseCase^, IUseCase^)
Visual Studio 2015
Create an IExtend link to show that this use case extends the definition of another.
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 Value
Type: Microsoft.VisualStudio.Uml.UseCases::IExtend^
Show: