CompensationExtension.PublishValues(IDictionary<XName,Object>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
由主機呼叫,以傳遞最新之持續性時段中,與補償相關的所有載入值。
protected:
override void PublishValues(System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Object ^> ^ readWriteValues);
protected override void PublishValues (System.Collections.Generic.IDictionary<System.Xml.Linq.XName,object> readWriteValues);
override this.PublishValues : System.Collections.Generic.IDictionary<System.Xml.Linq.XName, obj> -> unit
Protected Overrides Sub PublishValues (readWriteValues As IDictionary(Of XName, Object))
參數
- readWriteValues
- IDictionary<XName,Object>
從持續性存放區載入的讀寫值。