次の方法で共有


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

属性

適用対象