Share via


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。

戻り値

設定されたメンバーのインデックス。

属性

適用対象