XmlQueryRuntime.GetEarlyBoundObject(Int32) メソッド

定義

事前バインディングされた指定の拡張オブジェクトを取得します。 このオブジェクトがまだ存在しない場合は、対応する ConstructorInfo を使用してインスタンスを作成します。

public:
 System::Object ^ GetEarlyBoundObject(int index);
public object GetEarlyBoundObject (int index);
member this.GetEarlyBoundObject : int -> obj
Public Function GetEarlyBoundObject (index As Integer) As Object

パラメーター

index
Int32

int 型の値。

戻り値

object 型の値。

適用対象