Freigeben über


IInteractionOperand.Guard-Eigenschaft

Ruft die Einschränkung ab, die die Bedingung beschreibt, unter der die Fragmente ausgeführt werden. NULL, wenn keine Einschränkung vorhanden ist.

Namespace:  Microsoft.VisualStudio.Uml.Interactions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property Guard As IInteractionConstraint
IInteractionConstraint Guard { get; }
property IInteractionConstraint^ Guard {
    IInteractionConstraint^ get ();
}
abstract Guard : IInteractionConstraint with get
function get Guard () : IInteractionConstraint

Eigenschaftswert

Typ: Microsoft.VisualStudio.Uml.Interactions.IInteractionConstraint

.NET Framework-Sicherheit

Siehe auch

Referenz

IInteractionOperand Schnittstelle

Microsoft.VisualStudio.Uml.Interactions-Namespace