ConfigurationElementInterceptor::DeserializeElement Method (XmlReader^, Boolean)

.NET Framework (current version)
 

Reads XML from the configuration file.

Namespace:   System.IdentityModel.Configuration
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

protected:
virtual void DeserializeElement(
	XmlReader^ reader,
	bool serializeCollectionKey
) override

Parameters

reader
Type: System.Xml::XmlReader^

The XmlReader that reads from the configuration file.

serializeCollectionKey
Type: System::Boolean

true to serialize only the collection key properties; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: