IInteractionFragment.EnclosingInteraction Property
Gets the Interaction that contains this Interaction Fragment.
Namespace: Microsoft.VisualStudio.Uml.Interactions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IInteraction EnclosingInteraction { get; }
property IInteraction^ EnclosingInteraction {
IInteraction^ get();
}
abstract EnclosingInteraction : IInteraction with get
ReadOnly Property EnclosingInteraction As IInteraction
Property Value
Type: Microsoft.VisualStudio.Uml.Interactions.IInteraction
See Also
IInteractionFragment Interface
Microsoft.VisualStudio.Uml.Interactions Namespace
Return to top