ICompiledExpressionRoot.CanExecuteExpression Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
öğesinin ICompiledExpressionRoot ifade yürütebilir olup olmadığını gösterir.
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
Parametreler
- expressionText
- String
Kullanılan ifade metni.
- isReference
- Boolean
true başvuru ise; aksi takdirde , false.
- locations
- IList<LocationReference>
Konum koleksiyonu.
- expressionId
- Int32
İfade tanımlayıcısı.
Döndürülenler
true
ICompiledExpressionRoot ifadesi yürütebilirse; yürütülmezse, false.