다음을 통해 공유


IInteractionConstraint.GuardText 속성

상호 작용을 계속할 수 있는지 여부를 결정하는 부울 식입니다. 예를 들어, ""True"" 또는 "" 금액 > 1000""인 경우가 있습니다.

네임스페이스:  Microsoft.VisualStudio.Uml.Interactions
어셈블리:  Microsoft.VisualStudio.Uml.Interfaces(Microsoft.VisualStudio.Uml.Interfaces.dll)

구문

‘선언
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)

속성 값

형식: String

.NET Framework 보안

참고 항목

참조

IInteractionConstraint 인터페이스

Microsoft.VisualStudio.Uml.Interactions 네임스페이스