Udostępnij za pośrednictwem


Właściwość IAction.LocalPostconditions —

Pobiera ograniczenie, które powinny być spełnione, kiedy zakończone jest wykonywanie.Może być null.

Przestrzeń nazw:  Microsoft.VisualStudio.Uml.Actions
Zestaw:  Microsoft.VisualStudio.Uml.Interfaces (w Microsoft.VisualStudio.Uml.Interfaces.dll)

Składnia

'Deklaracja
ReadOnly Property LocalPostconditions As IEnumerable(Of IConstraint)
IEnumerable<IConstraint> LocalPostconditions { get; }
property IEnumerable<IConstraint^>^ LocalPostconditions {
    IEnumerable<IConstraint^>^ get ();
}
abstract LocalPostconditions : IEnumerable<IConstraint>
function get LocalPostconditions () : IEnumerable<IConstraint>

Wartość właściwości

Typ: System.Collections.Generic.IEnumerable<IConstraint>

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IAction Interfejs

Przestrzeń nazw Microsoft.VisualStudio.Uml.Actions