Share via


ICompiledExpressionRoot.CanExecuteExpression 메서드

정의

ICompiledExpressionRoot가 식을 실행할 수 있는지 여부를 나타냅니다.

public:
 bool CanExecuteExpression(System::String ^ expressionText, bool isReference, System::Collections::Generic::IList<System::Activities::LocationReference ^> ^ locations, [Runtime::InteropServices::Out] int % expressionId);
public bool CanExecuteExpression (string expressionText, bool isReference, System.Collections.Generic.IList<System.Activities.LocationReference> locations, out int expressionId);
abstract member CanExecuteExpression : string * bool * System.Collections.Generic.IList<System.Activities.LocationReference> * int -> bool
Public Function CanExecuteExpression (expressionText As String, isReference As Boolean, locations As IList(Of LocationReference), ByRef expressionId As Integer) As Boolean

매개 변수

expressionText
String

사용된 식 텍스트입니다.

isReference
Boolean

참조일 경우 true이고, 그렇지 않으면 false입니다.

locations
IList<LocationReference>

위치의 컬렉션입니다.

expressionId
Int32

식 식별자입니다.

반환

ICompiledExpressionRoot에서 식을 실행할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상