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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.