Sdílet prostřednictvím


IInteractionConstraint.GuardText – vlastnost

Logický výraz, který určuje, zda lze pokračovat interakce.Například "" True"" nebo "" částka > 1000 "".

Obor názvů:  Microsoft.VisualStudio.Uml.Interactions
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: String

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IInteractionConstraint Rozhraní

Microsoft.VisualStudio.Uml.Interactions – obor názvů