Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
public static IInclude CreateInclude(
this IUseCase sourceUseCase,
IUseCase targetUseCase
)
public:
[ExtensionAttribute]
static IInclude^ CreateInclude(
IUseCase^ sourceUseCase,
IUseCase^ targetUseCase
)
static member CreateInclude :
sourceUseCase:IUseCase *
targetUseCase:IUseCase -> IInclude
<ExtensionAttribute>
Public Shared Function CreateInclude (
sourceUseCase As IUseCase,
targetUseCase As IUseCase
) As IInclude
Parameters
sourceUseCase
Type: Microsoft.VisualStudio.Uml.UseCases.IUseCaseThe base use case that includes another.
targetUseCase
Type: Microsoft.VisualStudio.Uml.UseCases.IUseCaseThe use case whose behavior is forms part of the behavior of the source.
Return Value
Type: Microsoft.VisualStudio.Uml.UseCases.IInclude
See Also
UseCaseExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top