ToolStripMenuItemArray.GetControlInstanceType 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
protected:
override Type ^ GetControlInstanceType();
protected override Type GetControlInstanceType ();
override this.GetControlInstanceType : unit -> Type
Protected Overrides Function GetControlInstanceType () As Type
傳回
對升級自 Visual Basic 6.0 之應用程式中使用的所有控制項陣列而言,ToolStripMenuItemArray 是基底類別。 由於通常不會使用此類別建立類別的執行個體,因此通常不會直接呼叫這個 Protected
方法,而是由衍生類別呼叫。
備註
無法從應用程式的程式代碼呼叫這個方法。 請改用 GetType 方法。
注意
Microsoft.VisualBasic.Compatibility.VB6 命名空間中的函式和物件都是供這些工具使用,以便從 Visual Basic 6.0 升級至 Visual Basic。 在大多數情況下,這些函式和物件會複製在 .NET Framework 其他命名空間中可以找到的功能。 只有當 Visual Basic 6.0 程式碼模型與 .NET Framework 實作有顯著差異時,才會需要這些函式和物件。