RuntimeOps.ExpandoTrySetValue 메서드

정의

주의

do not use this method

expando 개체에서 항목의 값을 설정합니다.

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

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

매개 변수

expando
ExpandoObject

expando 개체입니다.

indexClass
Object

expando 개체의 클래스입니다.

index
Int32

멤버의 인덱스입니다.

value
Object

멤버의 값입니다.

name
String

멤버의 이름입니다.

ignoreCase
Boolean

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

반환

집합 멤버의 인덱스입니다.

특성

적용 대상