次の方法で共有


ICompiledExpressionRoot.GetRequiredLocations(Int32) メソッド

定義

式ルートに必要な場所の一覧を取得します。

public:
 System::Collections::Generic::IList<System::String ^> ^ GetRequiredLocations(int expressionId);
public System.Collections.Generic.IList<string> GetRequiredLocations (int expressionId);
abstract member GetRequiredLocations : int -> System.Collections.Generic.IList<string>
Public Function GetRequiredLocations (expressionId As Integer) As IList(Of String)

パラメーター

expressionId
Int32

式識別子。

戻り値

式ルートのために必要な場所のリスト。

適用対象