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 类型的值。

适用于