ICombinedFragment.Operands (Propiedad)

Obtiene los operandos del fragmento combinado.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Interactions
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ICombinedFragment Interfaz

Microsoft.VisualStudio.Uml.Interactions (Espacio de nombres)