IConstraint.ConstrainedElements 屬性

取得此條件約束所參考的項目已排序集合。

命名空間:  Microsoft.VisualStudio.Uml.Classes
組件:  Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

語法

'宣告
ReadOnly Property ConstrainedElements As IList(Of IElement)
IList<IElement> ConstrainedElements { get; }
property IList<IElement^>^ ConstrainedElements {
    IList<IElement^>^ get ();
}
abstract ConstrainedElements : IList<IElement>
function get ConstrainedElements () : IList<IElement>

屬性值

型別:System.Collections.Generic.IList<IElement>

.NET Framework 安全性

請參閱

參考

IConstraint 介面

Microsoft.VisualStudio.Uml.Classes 命名空間