Sdílet prostřednictvím


IConstraint.ConstrainedElements – vlastnost

Získá objednaného sadu prvků odkazuje toto omezení.

Obor názvů:  Microsoft.VisualStudio.Uml.Classes
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: IList<IElement>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IConstraint Rozhraní

Microsoft.VisualStudio.Uml.Classes – obor názvů