IInteraction::InteractionUses Property
Visual Studio 2015
Gets the Interaction Uses that reference this Interaction from other Interactions.
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
property IEnumerable<IInteractionUse^>^ InteractionUses {
IEnumerable<IInteractionUse^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<IInteractionUse^>^
Show: