다음을 통해 공유


ObjectPath.TryResolvePath(Object, String, List<Object>, Boolean) 메서드

정의

루트 개체 및 속성 경로가 지정된 경우 eval = true이면 상수로 확인하거나, 그렇지 않으면 상수 경로로 확인합니다.
conversation[user.name][user.age] => ['conversation', 'joe', 32].

public static bool TryResolvePath (object obj, string propertyPath, out System.Collections.Generic.List<object> segments, bool eval = false);
static member TryResolvePath : obj * string * List * bool -> bool
Public Shared Function TryResolvePath (obj As Object, propertyPath As String, ByRef segments As List(Of Object), Optional eval As Boolean = false) As Boolean

매개 변수

obj
Object

루트 개체입니다.

propertyPath
String

확인할 속성 경로입니다.

segments
List<Object>

경로 세그먼트입니다.

eval
Boolean

True이면 결과 세그먼트를 평가합니다.

반환

True이면 중첩된 모든 참조를 확인할 수 있습니다.

적용 대상