Compartir a través de


RuntimeOps.ExpandoTryGetValue Método

Definición

Precaución

do not use this method

Obtiene el valor de un elemento en un objeto expando.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

public:
 static bool ExpandoTryGetValue(System::Dynamic::ExpandoObject ^ expando, System::Object ^ indexClass, int index, System::String ^ name, bool ignoreCase, [Runtime::InteropServices::Out] System::Object ^ % value);
[System.Obsolete("do not use this method", true)]
public static bool ExpandoTryGetValue (System.Dynamic.ExpandoObject expando, object indexClass, int index, string name, bool ignoreCase, out object value);
[<System.Obsolete("do not use this method", true)>]
static member ExpandoTryGetValue : System.Dynamic.ExpandoObject * obj * int * string * bool * obj -> bool
Public Shared Function ExpandoTryGetValue (expando As ExpandoObject, indexClass As Object, index As Integer, name As String, ignoreCase As Boolean, ByRef value As Object) As Boolean

Parámetros

expando
ExpandoObject

Objeto expando.

indexClass
Object

Clase del objeto expando.

index
Int32

Índice del miembro.

name
String

Nombre del miembro.

ignoreCase
Boolean

true si no se debe distinguir entre mayúsculas y minúsculas en la comparación; de lo contrario, false.

value
Object

Parámetro out que contiene el valor del miembro.

Devoluciones

true si el miembro existe en el objeto expando; de lo contrario, es false.

Atributos

Se aplica a