DirectoryControlCollection.OnValidate(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The OnValidate(Object) method verifies that value
is a DirectoryControl object.
protected:
override void OnValidate(System::Object ^ value);
protected override void OnValidate (object value);
override this.OnValidate : obj -> unit
Protected Overrides Sub OnValidate (value As Object)
Parameters
- value
- Object
The object to evaluate.
Exceptions
value
is a null reference (Nothing
in Visual Basic).
value
is not a DirectoryControl object.
Remarks
This method does not return a value. Instead, an exception is thrown if the specified object is null or is not a valid DirectoryControl object.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา