共用方式為


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

適用於