Partager via


SettingsRoot Constructeurs

Définition

Surcharges

SettingsRoot()
SettingsRoot(List<SettingElement>)

SettingsRoot()

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

S’applique à

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

Paramètres

S’applique à