Udostępnij za pośrednictwem


Właściwość IAction.LocalPreconditions —

Pobiera ograniczenie, które powinny być spełnione, kiedy Rozpoczęto wykonywanie kodu.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 LocalPreconditions As IEnumerable(Of IConstraint)
IEnumerable<IConstraint> LocalPreconditions { get; }
property IEnumerable<IConstraint^>^ LocalPreconditions {
    IEnumerable<IConstraint^>^ get ();
}
abstract LocalPreconditions : IEnumerable<IConstraint>
function get LocalPreconditions () : 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