TimerArray.GetControlInstanceType 方法

定義

protected:
 override Type ^ GetControlInstanceType();
protected override Type GetControlInstanceType();
override this.GetControlInstanceType : unit -> Type
Protected Overrides Function GetControlInstanceType () As Type

傳回

TimerArray 類別是所有從 Visual Basic 6.0 升級應用中使用的控制陣列的基礎類別。 由於此類別通常不用於建立該類別的實例,因此此 Protected 方法通常不會直接呼叫,而是由衍生類別呼叫。

備註

這個方法無法從你的應用程式程式碼中呼叫。 請改用 GetType 方法。

備註

命名空間中的 Microsoft.VisualBasic.Compatibility.VB6 函式與物件提供給從 Visual Basic 6.0 升級到 Visual Basic 的工具使用。 大多數情況下,這些函式和物件會重複你在 .NET Framework 中其他命名空間中能找到的功能。 只有當 Visual Basic 6.0 的程式碼模型與 .NET Framework 實作有顯著差異時,才需要使用這些工具。

適用於