다음을 통해 공유


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>

지속할 쓰기 전용 값입니다.

적용 대상