Opc.Ua.Core
Validate(Stream) Method



Opc.Ua.Schema.Xml Namespace > XmlSchemaValidator Class > Validate Method : Validate(Stream) Method
Generates the code from the contents of the address space.
Syntax
'Declaration
 
Public Overloads Sub Validate( _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As XmlSchemaValidator
Dim stream As Stream
 
instance.Validate(stream)
public void Validate( 
   Stream stream
)
public:
void Validate( 
   Stream^ stream
) 

Parameters

stream
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlSchemaValidator Class
XmlSchemaValidator Members
Overload List