ValidationVisitor.ValidateNode 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.
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.