ICompiledExpressionRoot インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンパイルされた式のルートに関する情報を指定します。
public interface class ICompiledExpressionRoot
public interface ICompiledExpressionRoot
type ICompiledExpressionRoot = interface
Public Interface ICompiledExpressionRoot
メソッド
CanExecuteExpression(String, Boolean, IList<LocationReference>, Int32) |
ICompiledExpressionRoot で式を実行できるかどうかを示します。 |
GetExpressionTreeForExpression(Int32, IList<LocationReference>) |
式に使用される式ツリーを取得します。 |
GetLanguage() |
式ルートに使用される言語を取得します。 |
GetRequiredLocations(Int32) |
式ルートに必要な場所の一覧を取得します。 |
InvokeExpression(Int32, IList<Location>) |
指定された式識別子および場所を使用して、ICompiledExpressionRoot を呼び出します。 |
InvokeExpression(Int32, IList<LocationReference>, ActivityContext) |
指定された式識別子、場所、およびアクティビティ コンテキストを使用して、ICompiledExpressionRoot を呼び出します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET