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
'Declaration
ReadOnly Property LocalPreconditions As IEnumerable(Of IConstraint)
Get
IEnumerable<IConstraint> LocalPreconditions { get; }
property IEnumerable<IConstraint^>^ LocalPreconditions {
IEnumerable<IConstraint^>^ get ();
}
abstract LocalPreconditions : IEnumerable<IConstraint>
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.