IDynamicAdapterConfig.DisplayUI(IPropertyBag, IWin32Window, String[]) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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[]