InteractionExtensions::CreateInteractionUse Method (IInteraction^, IEnumerable<IInsertionPoint^>^)

 

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

public:
[ExtensionAttribute]
static IInteractionUse^ CreateInteractionUse(
	IInteraction^ parent,
	IEnumerable<IInsertionPoint^>^ insertionPointsOnLifelines
)

Parameters

parent
Type: Microsoft.VisualStudio.Uml.Interactions::IInteraction^

insertionPointsOnLifelines
Type: System.Collections.Generic::IEnumerable<IInsertionPoint^>^

The points on the lifelines that should be covered by the new interaction use.

Return to top
Show: