Propriedade IConstraint.ConstrainedElements

Obtém o conjunto ordenado de elementos referenciados por esta restrição.

Namespace:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
ReadOnly Property ConstrainedElements As IList(Of IElement)
    Get
IList<IElement> ConstrainedElements { get; }
property IList<IElement^>^ ConstrainedElements {
    IList<IElement^>^ get ();
}
abstract ConstrainedElements : IList<IElement>
function get ConstrainedElements () : IList<IElement>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IConstraint Interface

Namespace Microsoft.VisualStudio.Uml.Classes