다음을 통해 공유


SettingsRoot 생성자

정의

오버로드

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))

매개 변수

적용 대상