Freigeben über


ICombinedFragment.Operands-Eigenschaft

Ruft die Operanden des kombinierten Fragments ab.

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

Syntax

'Declaration
ReadOnly Property Operands As IEnumerable(Of IInteractionOperand)
    Get
IEnumerable<IInteractionOperand> Operands { get; }
property IEnumerable<IInteractionOperand^>^ Operands {
    IEnumerable<IInteractionOperand^>^ get ();
}
abstract Operands : IEnumerable<IInteractionOperand>
function get Operands () : IEnumerable<IInteractionOperand>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ICombinedFragment Schnittstelle

Microsoft.VisualStudio.Uml.Interactions-Namespace