Share via


RuntimeOps.ExpandoTryGetValue 메서드

정의

주의

do not use this method

expando 개체에서 항목의 값을 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

매개 변수

expando
ExpandoObject

expando 개체입니다.

indexClass
Object

expando 개체의 클래스입니다.

index
Int32

멤버의 인덱스입니다.

name
String

멤버의 이름입니다.

ignoreCase
Boolean

대/소문자를 무시하고 이름이 일치해야 하면 true이고, 그렇지 않으면 false입니다.

value
Object

멤버의 값이 들어 있는 출력 매개 변수입니다.

반환

expando 개체에 멤버가 있으면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상