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

属性

適用対象