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

trueif reference; 그렇지 않으면 . false

locations
IList<LocationReference>

위치의 컬렉션입니다.

expressionId
Int32

식 식별자입니다.

반품

식이 실행 가능하면 이 고, 그렇지 않으면 .입니다.

적용 대상