CompensationExtension.CollectValues Method

Definition

Called by the host to collect read-write values and write-only values related to compensation to be persisted.

protected:
 override void CollectValues([Runtime::InteropServices::Out] System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Object ^> ^ % readWriteValues, [Runtime::InteropServices::Out] System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Object ^> ^ % writeOnlyValues);
protected override void CollectValues (out System.Collections.Generic.IDictionary<System.Xml.Linq.XName,object> readWriteValues, out System.Collections.Generic.IDictionary<System.Xml.Linq.XName,object> writeOnlyValues);
override this.CollectValues : IDictionary * IDictionary -> unit
Protected Overrides Sub CollectValues (ByRef readWriteValues As IDictionary(Of XName, Object), ByRef writeOnlyValues As IDictionary(Of XName, Object))

Parameters

readWriteValues
IDictionary<XName,Object>

The read-write values to be persisted.

writeOnlyValues
IDictionary<XName,Object>

The write-only values to be persisted.

Applies to