Compartilhar via


ObjectPath.TryResolvePath(Object, String, List<Object>, Boolean) Método

Definição

Dado um objeto raiz e um caminho de propriedade, resolva para uma constante se eval = true ou um caminho constante caso contrário.
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

Parâmetros

obj
Object

objeto raiz.

propertyPath
String

caminho de propriedade a ser resolvido.

segments
List<Object>

Segmentos de caminho.

eval
Boolean

True para avaliar segmentos resultantes.

Retornos

True se ele foi capaz de resolver todas as referências aninhadas.

Aplica-se a