Compartilhar via


Propriedade IInteractionConstraint.GuardText

Uma expressão booleana que determina se a interação pode continuar. Por exemplo, "" True"" ou "" quantidade > 1000 "".

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

Sintaxe

'Declaração
Property GuardText As String
    Get
    Set
string GuardText { get; set; }
property String^ GuardText {
    String^ get ();
    void set (String^ value);
}
abstract GuardText : string with get, set
function get GuardText () : String
function set GuardText (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

IInteractionConstraint Interface

Namespace Microsoft.VisualStudio.Uml.Interactions