Compartir a través de


XmlQueryRuntime.GetEarlyBoundObject(Int32) Método

Definición

Obtiene el objeto de extensión enlazado en tiempo de compilación especificado. Si este objeto no existe todavía, crea una instancia usando la clase ConstructorInfo correspondiente.

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

Parámetros

index
Int32

Valor de tipo int.

Devoluciones

Valor de tipo object.

Se aplica a