DirectoryAttribute.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 DirectoryAttribute 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
Exceptions
value
contains a null reference (Nothing
in Visual Basic).
value
must be either a string, byte[], or URI.
Remarks
This method does not return a value. Instead, an exception is thrown if the specified object is null or is an invalid DirectoryAttribute object.
Applies to
Arbeiten Sie mit uns auf GitHub zusammen
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.