IAction.LocalPreconditions Property
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
'Declaration
ReadOnly Property LocalPreconditions As IEnumerable(Of IConstraint)
IEnumerable<IConstraint> LocalPreconditions { get; }
property IEnumerable<IConstraint^>^ LocalPreconditions {
IEnumerable<IConstraint^>^ get ();
}
abstract LocalPreconditions : IEnumerable<IConstraint> with get
function get LocalPreconditions () : IEnumerable<IConstraint>
Property Value
Type: System.Collections.Generic.IEnumerable<IConstraint>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.