ProgressBarArray.GetControlInstanceType 方法

定义

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

返回

控件数组中控件的类型。

注解

无法从应用程序的代码调用此方法。 请改用该方法 GetType

注释

命名空间中的 Microsoft.VisualBasic.Compatibility.VB6 函数和对象由用于从 Visual Basic 6.0 升级到 Visual Basic 的工具使用。 在大多数情况下,这些函数和对象重复了可在 .NET Framework 中的其他命名空间中找到的功能。 仅当 Visual Basic 6.0 代码模型与 .NET Framework 实现明显不同时,它们才是必需的。

适用于