Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the Constraint that should be satisfied when execution is completed. May be null.
Namespace: Microsoft.VisualStudio.Uml.Actions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property LocalPostconditions As IEnumerable(Of IConstraint)
IEnumerable<IConstraint> LocalPostconditions { get; }
property IEnumerable<IConstraint^>^ LocalPostconditions {
IEnumerable<IConstraint^>^ get ();
}
abstract LocalPostconditions : IEnumerable<IConstraint> with get
function get LocalPostconditions () : 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.