Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Constraint that should be satisfied when execution is started. May be null.
Namespace: Microsoft.VisualStudio.Uml.Actions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IEnumerable<IConstraint> LocalPreconditions { get; }
property IEnumerable<IConstraint^>^ LocalPreconditions {
IEnumerable<IConstraint^>^ get();
}
abstract LocalPreconditions : IEnumerable<IConstraint> with get
ReadOnly Property LocalPreconditions As IEnumerable(Of IConstraint)
Property Value
Type: System.Collections.Generic.IEnumerable<IConstraint>
See Also
IAction Interface
Microsoft.VisualStudio.Uml.Actions Namespace
Return to top