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

'Declaration
ReadOnly Property EnclosingInteraction As IInteraction
    Get
IInteraction EnclosingInteraction { get; }
property IInteraction^ EnclosingInteraction {
    IInteraction^ get ();
}
abstract EnclosingInteraction : IInteraction
function get EnclosingInteraction () : IInteraction

Property Value

Type: Microsoft.VisualStudio.Uml.Interactions.IInteraction

.NET Framework Security

See Also

Reference

IInteractionFragment Interface

Microsoft.VisualStudio.Uml.Interactions Namespace