Share via


RuntimeOps.ExpandoTryDeleteValue 메서드

정의

주의

do not use this method

expando 개체에서 항목의 값을 삭제합니다.

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

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

매개 변수

expando
ExpandoObject

expando 개체입니다.

indexClass
Object

expando 개체의 클래스입니다.

index
Int32

멤버의 인덱스입니다.

name
String

멤버의 이름입니다.

ignoreCase
Boolean

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

반환

항목이 제거되었으면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상