共用方式為


PropertyPageProvider.Load 方法

定義

多載

Load(IPropertyBag, Int32)
Load(IPropertyBag, Int32)

Load(IPropertyBag, Int32)

public:
 virtual void Load(Microsoft::BizTalk::Admin::IPropertyBag ^ propertyBag, int errorLog);
public void Load (Microsoft.BizTalk.Admin.IPropertyBag propertyBag, int errorLog);
abstract member Load : Microsoft.BizTalk.Admin.IPropertyBag * int -> unit
override this.Load : Microsoft.BizTalk.Admin.IPropertyBag * int -> unit
Public Sub Load (propertyBag As IPropertyBag, errorLog As Integer)

參數

propertyBag
IPropertyBag
errorLog
Int32

實作

適用於

Load(IPropertyBag, Int32)

public:
 virtual void Load(Microsoft::BizTalk::ExplorerOM::IPropertyBag ^ propertyBag, int errorLog);
public void Load (Microsoft.BizTalk.ExplorerOM.IPropertyBag propertyBag, int errorLog);
abstract member Load : Microsoft.BizTalk.ExplorerOM.IPropertyBag * int -> unit
override this.Load : Microsoft.BizTalk.ExplorerOM.IPropertyBag * int -> unit
Public Sub Load (propertyBag As IPropertyBag, errorLog As Integer)

參數

propertyBag
IPropertyBag
errorLog
Int32

實作

適用於