ValidationVisitor.ValidateNode Method

Definition

Validates a single node in a model object graph.

protected:
 virtual bool ValidateNode();
protected virtual bool ValidateNode ();
abstract member ValidateNode : unit -> bool
override this.ValidateNode : unit -> bool
Protected Overridable Function ValidateNode () As Boolean

Returns

true if the node is valid, otherwise false.

Applies to