Partilhar via


Propriedade ICombinedFragment.Operands

Obtém os operandos do fragmento combinado.

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

Sintaxe

'Declaração
ReadOnly Property Operands As IEnumerable(Of IInteractionOperand)
IEnumerable<IInteractionOperand> Operands { get; }
property IEnumerable<IInteractionOperand^>^ Operands {
    IEnumerable<IInteractionOperand^>^ get ();
}
abstract Operands : IEnumerable<IInteractionOperand>
function get Operands () : IEnumerable<IInteractionOperand>

Valor de propriedade

Tipo: System.Collections.Generic.IEnumerable<IInteractionOperand>

Segurança do .NET Framework

Consulte também

Referência

ICombinedFragment Interface

Namespace Microsoft.VisualStudio.Uml.Interactions