Aracılığıyla paylaş


RuntimeOps.ExpandoTryGetValue Yöntem

Tanım

Dikkat

do not use this method

Expando nesnesindeki bir öğenin değerini alır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

expando
ExpandoObject

Expando nesnesi.

indexClass
Object

expando nesnesinin sınıfı.

index
Int32

Üyenin dizini.

name
String

Üyenin adı.

ignoreCase
Boolean

büyük/küçük harf yoksayılarak ad eşleşmesi gerekiyorsa true; false olarak ayarlayın.

value
Object

Üyenin değerini içeren out parametresi.

Döndürülenler

true üye expando nesnesinde varsa, aksi takdirde false.

Öznitelikler

Şunlara uygulanır