XmlQueryRuntime.GetEarlyBoundObject(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定的早期綁定擴充物件。 如果這個物件尚未存在,則使用對應 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 的值。