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 オブジェクトに存在する場合は 。それ以外の場合は。

属性

適用対象