Поделиться через


ICombinedFragment.Operands - свойство

Получает операнды объединенного фрагмента.

Пространство имен:  Microsoft.VisualStudio.Uml.Interactions
Сборка:  Microsoft.VisualStudio.Uml.Interfaces (в Microsoft.VisualStudio.Uml.Interfaces.dll)

Синтаксис

'Декларация
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>

Значение свойства

Тип: System.Collections.Generic.IEnumerable<IInteractionOperand>

Безопасность платформы .NET Framework

См. также

Ссылки

ICombinedFragment Интерфейс

Microsoft.VisualStudio.Uml.Interactions - пространство имен