OnDeserializeUnrecognizedElement Method
See Also 
SourceCode.Configuration Namespace > ToolboxItemCollection Class : OnDeserializeUnrecognizedElement Method



elementName
reader

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Protected Function OnDeserializeUnrecognizedElement( _
   ByVal elementName As String, _
   ByVal reader As XmlReader _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As ToolboxItemCollection
Dim elementName As String
Dim reader As XmlReader
Dim value As Boolean
 
value = instance.OnDeserializeUnrecognizedElement(elementName, reader)
C#  
protected bool OnDeserializeUnrecognizedElement( 
   string elementName,
   XmlReader reader
)
C++/CLI  
protected:
bool OnDeserializeUnrecognizedElement( 
   String^ elementName,
   XmlReader^ reader
) 

Parameters

elementName
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