ServiceModelExtensionCollectionElement<TServiceModelExtensionElement>::DeserializeElement Method (XmlReader^, Boolean)

 

Reads XML from the configuration file.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.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 3.0
Return to top
Show: