Support.ValidateControls(ContainerControl) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862
模擬 Visual Basic 6.0 ValidateControls
方法的行為。
public:
static void ValidateControls(System::Windows::Forms::ContainerControl ^ Form);
public static void ValidateControls (System.Windows.Forms.ContainerControl Form);
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public static void ValidateControls (System.Windows.Forms.ContainerControl Form);
static member ValidateControls : System.Windows.Forms.ContainerControl -> unit
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
static member ValidateControls : System.Windows.Forms.ContainerControl -> unit
Public Sub ValidateControls (Form As ContainerControl)
參數
- Form
- ContainerControl
ContainerControl,其中控制項具有父項目。
- 屬性
備註
在 Visual Basic 6.0ValidateControls
方法用來強制Validate
控制項具有焦點,當關閉表單時,如果事件Validate
事件失敗,發生錯誤。 在 Visual BasicValidateControls
方法會取代Validate方法,以傳回true
或false
。
升級工具會使用這個函式,模擬 Visual Basic 6.0 行為。
注意
Microsoft.VisualBasic.Compatibility.VB6 命名空間中的函式和物件都是供這些工具使用,以便從 Visual Basic 6.0 升級至 Visual Basic 2008。 在大多數情況下,這些函式和物件會複製在 .NET Framework 其他命名空間中可以找到的功能。 只有當 Visual Basic 6.0 程式碼模型與 .NET Framework 實作有顯著差異時,才會需要這些函式和物件。