ICompiledExpressionRoot.CanExecuteExpression Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Anger om uttrycket ICompiledExpressionRoot kan köras.
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
Parametrar
- expressionText
- String
Uttryckstexten som används.
- isReference
- Boolean
trueom referens; annars . false
- locations
- IList<LocationReference>
Samlingen med platser.
- expressionId
- Int32
Uttrycksidentifieraren.
Returer
trueom kan ICompiledExpressionRoot köra uttrycket, annars . false