XmlQueryRuntime.GetEarlyBoundObject(Int32) 方法
定义
获取指定的早期绑定扩展对象。Gets the specified early-bound extension object. 如果此对象尚不存在,则使用相应的 ConstructorInfo 创建一个实例。If this object does not yet exist, creates an instance using the corresponding 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 类型的值。A value of type int.
返回
一个 object 类型的值。A value of type object.