Share via


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

식 식별자입니다.

반환

식 루트에 필요한 위치 목록입니다.

적용 대상