IDynamicAdapterConfig.DisplayUI(IPropertyBag, IWin32Window, String[]) 方法

定义

public:
 Microsoft::BizTalk::Adapter::Framework::Result DisplayUI(Microsoft::BizTalk::Component::Interop::IPropertyBag ^ endpointConfiguration, System::Windows::Forms::IWin32Window ^ owner, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % serviceDescriptionFiles);
public Microsoft.BizTalk.Adapter.Framework.Result DisplayUI (Microsoft.BizTalk.Component.Interop.IPropertyBag endpointConfiguration, System.Windows.Forms.IWin32Window owner, out string[] serviceDescriptionFiles);
abstract member DisplayUI : Microsoft.BizTalk.Component.Interop.IPropertyBag * System.Windows.Forms.IWin32Window * String[] -> Microsoft.BizTalk.Adapter.Framework.Result
Public Function DisplayUI (endpointConfiguration As IPropertyBag, owner As IWin32Window, ByRef serviceDescriptionFiles As String()) As Result

参数

endpointConfiguration
IPropertyBag
owner
IWin32Window
serviceDescriptionFiles
String[]

返回

适用于