共用方式為


RuntimeOps.ExpandoTryGetValue 方法

定義

警告

do not use this method

取得 Expando 物件中項目的值。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

參數

expando
ExpandoObject

Expando 物件。

indexClass
Object

expando 物件的類別。

index
Int32

成員的索引。

name
String

成員的名稱。

ignoreCase
Boolean

如果名稱比對應該忽略大小寫,則為 true,否則為 false。

value
Object

包含成員值的 out 參數。

傳回

如果成員存在於 Expando 物件中,則為 true;否則為 false

屬性

適用於