IInteractionFragment.EnclosingOperand Property

Gets the Interaction Operand that contains a nested Combined Fragment. Applies to Combined Fragments.

Namespace:  Microsoft.VisualStudio.Uml.Interactions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Uml.Interactions.IInteractionOperand

.NET Framework Security

See Also

Reference

IInteractionFragment Interface

Microsoft.VisualStudio.Uml.Interactions Namespace