Compartilhar via


Propriedade IInteractionOperand.Guard

Obtém a restrição que descreve a condição sob a qual os fragmentos serão executados. NULL se não houver nenhuma restrição.

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

Sintaxe

'Declaração
ReadOnly Property Guard As IInteractionConstraint
    Get
IInteractionConstraint Guard { get; }
property IInteractionConstraint^ Guard {
    IInteractionConstraint^ get ();
}
abstract Guard : IInteractionConstraint
function get Guard () : IInteractionConstraint

Valor de propriedade

Tipo: Microsoft.VisualStudio.Uml.Interactions.IInteractionConstraint

Segurança do .NET Framework

Consulte também

Referência

IInteractionOperand Interface

Namespace Microsoft.VisualStudio.Uml.Interactions