次の方法で共有


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

属性

適用対象