Condividi tramite


Proprietà ICombinedFragment.Operands

Ottiene gli operandi del frammento combinato.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Interactions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ICombinedFragment Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Interactions