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 命名空间