SettingsRoot 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SettingsRoot() | |
SettingsRoot(List<SettingElement>) |
SettingsRoot()
public:
SettingsRoot();
public SettingsRoot ();
Public Sub New ()
适用于
SettingsRoot(List<SettingElement>)
public:
SettingsRoot(System::Collections::Generic::List<Microsoft::BizTalk::ExplorerOM::SettingElement ^> ^ ls);
public SettingsRoot (System.Collections.Generic.List<Microsoft.BizTalk.ExplorerOM.SettingElement> ls);
new Microsoft.BizTalk.ExplorerOM.SettingsRoot : System.Collections.Generic.List<Microsoft.BizTalk.ExplorerOM.SettingElement> -> Microsoft.BizTalk.ExplorerOM.SettingsRoot
Public Sub New (ls As List(Of SettingElement))
参数
- ls
- List<SettingElement>