ActionsPane.ValidateChildren 方法
導致支援驗證的所有子控制項對其資料進行驗證。
命名空間: Microsoft.Office.Tools
組件: Microsoft.Office.Tools.Common (在 Microsoft.Office.Tools.Common.dll 中)
語法
'宣告
<BrowsableAttribute(True)> _
Function ValidateChildren As Boolean
[BrowsableAttribute(true)]
bool ValidateChildren()
傳回值
型別:System.Boolean
如果所有子系都驗證成功,則為 true,否則為 false。如果這個方法是從 Validating 或 Validated 事件處理常式呼叫,它一定會傳回 false。
備註
此方法提供和 ContainerControl.ValidateChildren() 方法相同的功能。 如需使用這個方法的詳細資訊,請參閱 ContainerControl.ValidateChildren()。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。