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