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

一个 object 类型的值。

适用于