共用方式為


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。

傳回

所設定成員的索引。

屬性

適用於