Sdílet prostřednictvím


ICombinedFragment.Operands – vlastnost

Získá operandy kombinované fragmentu.

Obor názvů:  Microsoft.VisualStudio.Uml.Interactions
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ICombinedFragment Rozhraní

Microsoft.VisualStudio.Uml.Interactions – obor názvů