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

適用於