次の方法で共有


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

適用対象