ReadXmlAttribute Method
See Also 
SourceCode.Framework Namespace > ValidationResult Class : ReadXmlAttribute Method



reader

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function ReadXmlAttribute( _
   ByVal reader As XmlReader _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As ValidationResult
Dim reader As XmlReader
Dim value As Boolean
 
value = instance.ReadXmlAttribute(reader)
C#  
public bool ReadXmlAttribute( 
   XmlReader reader
)
C++/CLI  
public:
bool ReadXmlAttribute( 
   XmlReader^ reader
) 

Parameters

reader

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