TrackingConfigurationCollection<TConfigurationElement>.Remove 方法

定義

移除指定的組態項目。

public:
 void Remove(TConfigurationElement element);
public void Remove (TConfigurationElement element);
member this.Remove : 'ConfigurationElement -> unit
Public Sub Remove (element As TConfigurationElement)

參數

element
TConfigurationElement

要移除的組態項目。

適用於