XmlQueryRuntime.GetEarlyBoundObject(Int32) Método

Definición

Obtiene el objeto de extensión enlazado inicialmente especificado. Si este objeto aún no existe, crea una instancia mediante el correspondiente 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

Parámetros

index
Int32

Valor de tipo int.

Devoluciones

Valor de tipo object.

Se aplica a