共用方式為


JsonDecoder.Save(IPropertyBag, Boolean, Boolean) 方法

定義

public:
 virtual void Save(Microsoft::BizTalk::Component::Interop::IPropertyBag ^ propertyBag, bool clearDirty, bool saveAllProperties);
public void Save (Microsoft.BizTalk.Component.Interop.IPropertyBag propertyBag, bool clearDirty, bool saveAllProperties);
abstract member Save : Microsoft.BizTalk.Component.Interop.IPropertyBag * bool * bool -> unit
override this.Save : Microsoft.BizTalk.Component.Interop.IPropertyBag * bool * bool -> unit
Public Sub Save (propertyBag As IPropertyBag, clearDirty As Boolean, saveAllProperties As Boolean)

參數

propertyBag
IPropertyBag
clearDirty
Boolean
saveAllProperties
Boolean

實作

適用於