Propriedade IInteractionFragment.EnclosingOperand

Obtém o operando de interação que contém um fragmento de combinados aninhados. Aplica-se para fragmentos combinados.

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

Sintaxe

'Declaração
ReadOnly Property EnclosingOperand As IInteractionOperand
    Get
IInteractionOperand EnclosingOperand { get; }
property IInteractionOperand^ EnclosingOperand {
    IInteractionOperand^ get ();
}
abstract EnclosingOperand : IInteractionOperand
function get EnclosingOperand () : IInteractionOperand

Valor de propriedade

Tipo: Microsoft.VisualStudio.Uml.Interactions.IInteractionOperand

Segurança do .NET Framework

Consulte também

Referência

IInteractionFragment Interface

Namespace Microsoft.VisualStudio.Uml.Interactions