ServiceModelConfigurationElementCollection<ConfigurationElementType>.Add メソッド

定義

指定された構成要素をこのコレクションに追加します。

public:
 void Add(ConfigurationElementType element);
public void Add (ConfigurationElementType element);
member this.Add : 'ConfigurationElementType -> unit
Public Sub Add (element As ConfigurationElementType)

パラメーター

element
ConfigurationElementType

追加される構成要素。

例外

elementnull または空です。

適用対象