다음을 통해 공유


HostSettings 생성자

정의

오버로드

HostSettings()
HostSettings(List<SettingsContainerWithNameAttr>)

HostSettings()

public:
 HostSettings();
public HostSettings ();
Public Sub New ()

적용 대상

HostSettings(List<SettingsContainerWithNameAttr>)

public:
 HostSettings(System::Collections::Generic::List<Microsoft::BizTalk::ExplorerOM::SettingsContainerWithNameAttr ^> ^ list);
public HostSettings (System.Collections.Generic.List<Microsoft.BizTalk.ExplorerOM.SettingsContainerWithNameAttr> list);
new Microsoft.BizTalk.ExplorerOM.HostSettings : System.Collections.Generic.List<Microsoft.BizTalk.ExplorerOM.SettingsContainerWithNameAttr> -> Microsoft.BizTalk.ExplorerOM.HostSettings
Public Sub New (list As List(Of SettingsContainerWithNameAttr))

매개 변수

적용 대상