共用方式為


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>

要保存的唯寫值。

適用於