CompensationExtension.CollectValues 方法

定义

由宿主调用以收集与要保持的补偿相关的读/写值和只写值。

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))

参数

readWriteValues
IDictionary<XName,Object>

要保持的读/写值。

writeOnlyValues
IDictionary<XName,Object>

要保持的只写值。

适用于