共用方式為


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> with get
function get Operands () : IEnumerable<IInteractionOperand>

屬性值

類型:IEnumerable<IInteractionOperand>

.NET Framework 安全性

請參閱

參考

ICombinedFragment 介面

Microsoft.VisualStudio.Uml.Interactions 命名空間