IConstraint.ConstrainedElements (Propiedad)

Obtiene el conjunto ordenado de elementos a los que hace referencia esta restricción.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Classes
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

Tipo: System.Collections.Generic.IList<IElement>

Seguridad de .NET Framework

Vea también

Referencia

IConstraint Interfaz

Microsoft.VisualStudio.Uml.Classes (Espacio de nombres)