HostSettings 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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))