Proprietà IInteractionConstraint.GuardText

Un'espressione booleana che determina se l'interazione possibile continuare.Ad esempio, true importo "" "" o "" 1000 "" >.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Interactions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
Property GuardText As String
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)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IInteractionConstraint Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Interactions